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 -
Method Summary
Modifier and TypeMethodDescriptionio.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, waitMethods inherited from interface io.micronaut.core.bind.ArgumentBinder
createSpecific
-
Constructor Details
-
RedisBodyBinder
- Parameters:
messageBodyHandler- The message body handler
-
-
Method Details
-
bind
public io.micronaut.core.bind.ArgumentBinder.BindingResult<Object> bind(io.micronaut.core.convert.ArgumentConversionContext<Object> context, RedisListenerMessage source) - Specified by:
bindin interfaceio.micronaut.core.bind.ArgumentBinder<Object, RedisListenerMessage>
-