- MessageAcknowledgementException - Exception in io.micronaut.messaging.exceptions
-
An exception thrown when a message is being acknowledged or rejected.
- MessageAcknowledgementException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessageAcknowledgementException
-
- MessageAcknowledgementException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessageAcknowledgementException
-
- MessageBody - Annotation Type in io.micronaut.messaging.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from message body.
- MessageHeader - Annotation Type in io.micronaut.messaging.annotation
-
An annotation that can be applied to method argument to indicate that the method argument is bound from a message header.
- MessageHeaders - Annotation Type in io.micronaut.messaging.annotation
-
This lets you declare several headers for a client class and have them always included.
- MessageHeaders - Interface in io.micronaut.messaging
-
Generic container object for message headers.
- MessageListener - Annotation Type in io.micronaut.messaging.annotation
-
Generic stereotype annotation that should be applied to other annotations that indicate to Micronaut,
which classes are message listeners.
- MessageListenerException - Exception in io.micronaut.messaging.exceptions
-
An exception thrown when an unrecoverable error occurs with a
MessageListener.
- MessageListenerException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessageListenerException
-
- MessageListenerException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessageListenerException
-
- MessageMapping - Annotation Type in io.micronaut.messaging.annotation
-
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 - Annotation Type in io.micronaut.messaging.annotation
-
Generic messaging meta-annotation to indicate a type that is a message producer.
- MessagingApplication - Class in io.micronaut.messaging
-
An alternative EmbeddedApplication that gets activated for messaging applications when
no other application is present.
- MessagingApplication(ApplicationContext, ApplicationConfiguration) - Constructor for class io.micronaut.messaging.MessagingApplication
-
Constructs a new messaging application.
- MessagingClientException - Exception in io.micronaut.messaging.exceptions
-
An exception thrown when an unrecoverable error occurs with a messaging client.
- MessagingClientException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessagingClientException
-
- MessagingClientException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessagingClientException
-
- MessagingException - Exception in io.micronaut.messaging.exceptions
-
General parent exception for all message related exceptions.
- MessagingException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessagingException
-
- MessagingException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessagingException
-
- MessagingSystemException - Exception in io.micronaut.messaging.exceptions
-
An exception thrown when an unrecoverable error occurs with the messaging system.
- MessagingSystemException(String) - Constructor for exception io.micronaut.messaging.exceptions.MessagingSystemException
-
- MessagingSystemException(String, Throwable) - Constructor for exception io.micronaut.messaging.exceptions.MessagingSystemException
-