Uses of Interface
org.springframework.context.ApplicationEventPublisherAware
Packages that use ApplicationEventPublisherAware
Package
Description
Support classes for application events, like standard context events.
Provides a "simple" message broker implementation along with an abstract base
class and other supporting types such as a registry for subscriptions.
Generic support for simple messaging protocols (like STOMP).
WebSocket integration for Spring's messaging module.
-
Uses of ApplicationEventPublisherAware in org.springframework.context.event
Classes in org.springframework.context.event that implement ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassInterceptorthat 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 ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassAbstract base class for aMessageHandlerthat broker messages to registered subscribers.classA "simple" message broker that recognizes the message types defined inSimpMessageType, keeps track of subscriptions with the help of aSubscriptionRegistry, and sends messages to subscribers. -
Uses of ApplicationEventPublisherAware in org.springframework.messaging.simp.stomp
Classes in org.springframework.messaging.simp.stomp that implement ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassAMessageHandlerthat 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 ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassASubProtocolHandlerfor STOMP that supports versions 1.0, 1.1, and 1.2 of the STOMP specification.