public class DefaultHeaderArgumentBinder extends AbstractJmsArgumentBinder<io.micronaut.messaging.annotation.Header>
Message to a method argument annotated with
Header.| Constructor and Description |
|---|
DefaultHeaderArgumentBinder(io.micronaut.core.convert.ConversionService<?> conversionService)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
io.micronaut.core.bind.ArgumentBinder.BindingResult<java.lang.Object> |
bind(io.micronaut.core.convert.ArgumentConversionContext<java.lang.Object> context,
javax.jms.Message source) |
java.lang.Class<io.micronaut.messaging.annotation.Header> |
getAnnotationType() |
getOrderpublic DefaultHeaderArgumentBinder(io.micronaut.core.convert.ConversionService<?> conversionService)
conversionService - conversionServicepublic io.micronaut.core.bind.ArgumentBinder.BindingResult<java.lang.Object> bind(io.micronaut.core.convert.ArgumentConversionContext<java.lang.Object> context,
javax.jms.Message source)
public java.lang.Class<io.micronaut.messaging.annotation.Header> getAnnotationType()