All Classes and Interfaces

Class
Description
A contract that allows for responding to messages.
An exception thrown when a message is being acknowledged or rejected.
An annotation that can be applied to method argument to indicate that the method argument is bound from message body.
An annotation that can be applied to method argument to indicate that the method argument is bound from a message header.
This lets you declare several headers for a client class and have them always included.
Generic container object for message headers.
Generic stereotype annotation that should be applied to other annotations that indicate to Micronaut, which classes are message listeners.
An exception thrown when an unrecoverable error occurs with a MessageListener.
Generic stereotype annotation that models a mapping of a message listener onto a target destination, whether that be a queue a topic or whatever.
Generic messaging meta-annotation to indicate a type that is a message producer.
An alternative EmbeddedApplication that gets activated for messaging applications when no other application is present.
An exception thrown when an unrecoverable error occurs with a messaging client.
General parent exception for all message related exceptions.
An exception thrown when an unrecoverable error occurs with the messaging system.
An annotation that can be applied at the method level to indicate that return value of said method should be sent to given destination.