Uses of Interface
org.springframework.context.event.SmartApplicationListener
Packages that use 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
Subinterfaces of SmartApplicationListener in org.springframework.context.eventModifier and TypeInterfaceDescriptioninterfaceExtended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.Classes in org.springframework.context.event that implement SmartApplicationListenerModifier and TypeClassDescriptionclassGenericApplicationListeneradapter that delegates the processing of an event to anEventListenerannotated method.classGenericApplicationListeneradapter that determines supported event types through introspecting the generically declared type of the target listener.classApplicationListenerdecorator that filters events from a specified event source, invoking its delegate listener for matchingApplicationEventobjects only. -
Uses of SmartApplicationListener in org.springframework.messaging.simp.user
Classes in org.springframework.messaging.simp.user that implement SmartApplicationListenerModifier and TypeClassDescriptionclassSimpUserRegistrythat 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
Classes in org.springframework.transaction.event that implement SmartApplicationListenerModifier and TypeClassDescriptionclassGenericApplicationListeneradapter that delegates the processing of an event to aTransactionalEventListenerannotated method. -
Uses of SmartApplicationListener in org.springframework.web.socket.messaging
Classes in org.springframework.web.socket.messaging that implement SmartApplicationListenerModifier and TypeClassDescriptionclassA default implementation ofSimpUserRegistrythat relies onAbstractSubProtocolEventapplication context events to keep track of connected users and their subscriptions.