Package io.micronaut.jms.bind
package io.micronaut.jms.bind
Classes related to binding JMS
Message
instances to method signatures.- Since:
- 1.0.0
-
ClassDescriptionAbstractJmsArgumentBinder<A extends Annotation>Base class for annotated argument binders.Binds a
Message
to a method argument annotated withMessageBody
.Binds headers from aMessage
to a method argument annotated withMessageHeader
.Binds aMessage
to a method argument annotated withMessage
.AnArgumentBinderRegistry
for all implementations ofArgumentBinder
capable of binding aMessage
.Binds theMessageBody
annotation.Binds theMessageHeader
annotation.