Uses of Interface
org.springframework.modulith.events.EventPublicationRegistry
Packages that use 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
Classes in org.springframework.modulith.events that implement EventPublicationRegistryModifier and TypeClassDescriptionclass
A registry to capture event publications toApplicationListener
s. -
Uses of EventPublicationRegistry in org.springframework.modulith.events.config
Methods in org.springframework.modulith.events.config that return EventPublicationRegistryModifier and TypeMethodDescription(package private) EventPublicationRegistry
EventPublicationConfiguration.eventPublicationRegistry
(EventPublicationRepository repository) Methods in org.springframework.modulith.events.config with parameters of type EventPublicationRegistryModifier and TypeMethodDescription(package private) PersistentApplicationEventMulticaster
EventPublicationConfiguration.applicationEventMulticaster
(EventPublicationRegistry eventPublicationRegistry) Method parameters in org.springframework.modulith.events.config with type arguments of type EventPublicationRegistryModifier and TypeMethodDescription(package private) static CompletionRegisteringAdvisor
EventPublicationConfiguration.completionRegisteringAdvisor
(ObjectFactory<EventPublicationRegistry> registry) -
Uses of EventPublicationRegistry in org.springframework.modulith.events.support
Constructor parameters in org.springframework.modulith.events.support with type arguments of type EventPublicationRegistryModifierConstructorDescriptionCreates a newCompletionRegisteringAdvisor
for the givenEventPublicationRegistry
.(package private)
Creates a newCompletionRegisteringAdvisor.CompletionRegisteringMethodInterceptor
for the givenEventPublicationRegistry
.Creates a newPersistentApplicationEventMulticaster
for the givenEventPublicationRegistry
.