JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.jms.annotations
Annotation Interface Message
@Documented
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
) @Bindable
public @interface
Message
An annotation that can be applied to method argument to indicate that the argument is bound from the JMS
Message
.
Since:
1.0.0
Author:
Burt Beckwith