Uses of Interface
org.springframework.context.ApplicationEventPublisherAware
Packages that use ApplicationEventPublisherAware Package Description org.springframework.context.event Support classes for application events, like standard context events.org.springframework.messaging.simp.broker Provides a "simple" message broker implementation along with an abstract base class and other supporting types such as a registry for subscriptions.org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.Uses of ApplicationEventPublisherAware in org.springframework.context.event
Classes in org.springframework.context.event that implement ApplicationEventPublisherAware Modifier and Type Class Description classEventPublicationInterceptorInterceptorthat publishes anApplicationEventto allApplicationListenersregistered with anApplicationEventPublisherafter each successful method invocation.Uses of ApplicationEventPublisherAware in org.springframework.messaging.simp.broker
Classes in org.springframework.messaging.simp.broker that implement ApplicationEventPublisherAware Modifier and Type Class Description classAbstractBrokerMessageHandlerAbstract base class for aMessageHandlerthat broker messages to registered subscribers.classSimpleBrokerMessageHandlerA "simple" message broker that recognizes the message types defined inSimpMessageType, keeps track of subscriptions with the help of aSubscriptionRegistryand sends messages to subscribers.Uses of ApplicationEventPublisherAware in org.springframework.messaging.simp.stomp
Classes in org.springframework.messaging.simp.stomp that implement ApplicationEventPublisherAware Modifier and Type Class Description classStompBrokerRelayMessageHandlerAMessageHandlerthat handles messages by forwarding them to a STOMP broker.Uses of ApplicationEventPublisherAware in org.springframework.web.socket.messaging
Classes in org.springframework.web.socket.messaging that implement ApplicationEventPublisherAware Modifier and Type Class Description classStompSubProtocolHandlerASubProtocolHandlerfor STOMP that supports versions 1.0, 1.1, and 1.2 of the STOMP specification.