spring-framework / org.springframework.messaging.simp.config

Package org.springframework.messaging.simp.config

Types

AbstractBrokerRegistration

abstract class AbstractBrokerRegistration

Base class for message broker registration classes.

AbstractMessageBrokerConfiguration

abstract class AbstractMessageBrokerConfiguration : ApplicationContextAware

Provides essential configuration for handling messages with simple messaging protocols such as STOMP.

#clientInboundChannel() and #clientOutboundChannel() deliver messages to and from remote clients to several message handlers such as

while #brokerChannel() delivers messages from within the application to the the respective message handlers. #brokerMessagingTemplate() can be injected into any application component to send messages.

Subclasses are responsible for the part of the configuration that feed messages to and from the client inbound/outbound channels (e.g. STOMP over WebSocket).

MessageBrokerRegistry

open class MessageBrokerRegistry

A registry for configuring message broker options.

TaskExecutorRegistration

open class TaskExecutorRegistration

A registration class for customizing the properties of ThreadPoolTaskExecutor.