JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
io.micronaut.jms.annotations
Message
Contents
Description
Hide sidebar
Show sidebar
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