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> -
Constructor Summary
ConstructorsConstructorDescriptionNatsBodyBinder(NatsMessageSerDesRegistry serDesRegistry) Default constructor. -
Method Summary
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
-
NatsBodyBinder
Default constructor.- Parameters:
serDesRegistry- The registry to get a deserializer
-
-
Method Details
-
getAnnotationType
-
bind
-