See: Description
Interface | Description |
---|---|
NatsAnnotatedArgumentBinder<A extends java.lang.annotation.Annotation> |
An interface for nats argument binding based on an annotation.
|
NatsArgumentBinder<T> |
An interface for Nats argument binding.
|
Class | Description |
---|---|
NatsBinderRegistry |
Used to determine which
NatsArgumentBinder to use for any given argument. |
NatsBodyBinder |
Binds an argument of with the
Body annotation from the Message . |
NatsDefaultBinder |
The default binder for binding an argument from the
Message
that is used if no other binder supports the argument. |