Uses of Interface
org.springframework.context.event.SmartApplicationListener
Package
Description
Support classes for application events, like standard context events.
Support for handling messages to "user" destinations (i.e.
Spring's support for listening to transaction events.
WebSocket integration for Spring's messaging module.
-
Uses of SmartApplicationListener in org.springframework.context.event
Modifier and TypeInterfaceDescriptioninterface
Extended variant of the standardApplicationListener
interface, exposing further metadata such as the supported event and source type.Modifier and TypeClassDescriptionclass
GenericApplicationListener
adapter that delegates the processing of an event to anEventListener
annotated method.class
GenericApplicationListener
adapter that determines supported event types through introspecting the generically declared type of the target listener.class
ApplicationListener
decorator that filters events from a specified event source, invoking its delegate listener for matchingApplicationEvent
objects only. -
Uses of SmartApplicationListener in org.springframework.messaging.simp.user
Modifier and TypeClassDescriptionclass
SimpUserRegistry
that looks up users in a "local" user registry as well as a set of "remote" user registries. -
Uses of SmartApplicationListener in org.springframework.transaction.event
Modifier and TypeClassDescriptionclass
GenericApplicationListener
adapter that delegates the processing of an event to aTransactionalEventListener
annotated method. -
Uses of SmartApplicationListener in org.springframework.web.socket.messaging
Modifier and TypeClassDescriptionclass
A default implementation ofSimpUserRegistry
that relies onAbstractSubProtocolEvent
application context events to keep track of connected users and their subscriptions.