Package io.micronaut.nats.bind
Class NatsBodyBinder
java.lang.Object
io.micronaut.nats.bind.NatsBodyBinder
- All Implemented Interfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<io.micronaut.messaging.annotation.MessageBody,
,Object, io.nats.client.Message> io.micronaut.core.bind.ArgumentBinder<Object,
,io.nats.client.Message> NatsAnnotatedArgumentBinder<io.micronaut.messaging.annotation.MessageBody>
,NatsArgumentBinder<Object>
@Singleton
public class NatsBodyBinder
extends Object
implements NatsAnnotatedArgumentBinder<io.micronaut.messaging.annotation.MessageBody>
Binds an argument of with the
MessageBody
annotation from the Message
.- Since:
- 1.0.0
- Author:
- jgrimm
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object>
-
Constructor Summary
ConstructorDescriptionNatsBodyBinder
(NatsMessageSerDesRegistry serDesRegistry) Default constructor. -
Method Summary
-
Constructor Details
-
NatsBodyBinder
Default constructor.- Parameters:
serDesRegistry
- The registry to get a deserializer
-
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationType
in interfaceio.micronaut.core.bind.annotation.AnnotatedArgumentBinder<io.micronaut.messaging.annotation.MessageBody,
Object, io.nats.client.Message>
-
bind
public io.micronaut.core.bind.ArgumentBinder.BindingResult<Object> bind(io.micronaut.core.convert.ArgumentConversionContext<Object> context, io.nats.client.Message messageState) - Specified by:
bind
in interfaceio.micronaut.core.bind.ArgumentBinder<Object,
io.nats.client.Message>
-