Package io.micronaut.jms.bind
package io.micronaut.jms.bind
Classes related to binding JMS
Message instances to method signatures.- Since:
- 1.0.0
-
ClassesClassDescriptionAbstractJmsArgumentBinder<A extends Annotation>Base class for annotated argument binders.Binds a
Messageto a method argument annotated withMessageBody.Binds headers from aMessageto a method argument annotated withMessageHeader.Binds aMessageto a method argument annotated withMessage.AnArgumentBinderRegistryfor all implementations ofArgumentBindercapable of binding aMessage.Binds theMessageBodyannotation.Binds theMessageHeaderannotation.