Class RedisBodyBinder

java.lang.Object
io.micronaut.configuration.lettuce.pubsub.bind.RedisBodyBinder
All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<Object, RedisListenerMessage>

@Singleton public class RedisBodyBinder extends Object implements io.micronaut.core.bind.ArgumentBinder<Object, RedisListenerMessage>
Binds the message body.
Since:
7.0
Author:
Graeme Rocher
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder

    io.micronaut.core.bind.ArgumentBinder.BindingResult<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micronaut.core.bind.ArgumentBinder.BindingResult<Object>
    bind(io.micronaut.core.convert.ArgumentConversionContext<Object> context, RedisListenerMessage source)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.core.bind.ArgumentBinder

    createSpecific
  • Constructor Details

    • RedisBodyBinder

      public RedisBodyBinder(RedisMessageBodyHandler messageBodyHandler)
      Parameters:
      messageBodyHandler - The message body handler
  • Method Details