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