spring-framework / org.springframework.messaging

Package org.springframework.messaging

Types

PollableChannel

interface PollableChannel : MessageChannel

A MessageChannel from which messages may be actively received through polling.

Exceptions

MessageDeliveryException

open class MessageDeliveryException : MessagingException

Exception that indicates an error occurred during message delivery.

MessageHandlingException

open class MessageHandlingException : MessagingException

Exception that indicates an error occurred during message handling.