Uses of Interface
org.springframework.modulith.events.EventPublicationRegistry
Package
Description
The event publication registry abstraction.
Spring configuration for the event publication registry.
Spring Framework extensions to integrate the event publication registry.
-
Uses of EventPublicationRegistry in org.springframework.modulith.events
Modifier and TypeClassDescriptionclass
A registry to capture event publications toApplicationListener
s. -
Uses of EventPublicationRegistry in org.springframework.modulith.events.config
Modifier and TypeMethodDescription(package private) EventPublicationRegistry
EventPublicationConfiguration.eventPublicationRegistry
(EventPublicationRepository repository) Modifier and TypeMethodDescription(package private) static PersistentApplicationEventMulticaster
EventPublicationConfiguration.applicationEventMulticaster
(ObjectFactory<EventPublicationRegistry> eventPublicationRegistry) (package private) static CompletionRegisteringAdvisor
EventPublicationConfiguration.completionRegisteringAdvisor
(ObjectFactory<EventPublicationRegistry> registry) -
Uses of EventPublicationRegistry in org.springframework.modulith.events.support
ModifierConstructorDescriptionCreates a newCompletionRegisteringAdvisor
for the givenEventPublicationRegistry
.(package private)
Creates a newCompletionRegisteringAdvisor.CompletionRegisteringMethodInterceptor
for the givenEventPublicationRegistry
.Creates a newPersistentApplicationEventMulticaster
for the givenEventPublicationRegistry
.