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 TypeClassDescriptionclassA registry to capture event publications toApplicationListeners. -
Uses of EventPublicationRegistry in org.springframework.modulith.events.config
Methods in org.springframework.modulith.events.config that return EventPublicationRegistryModifier and TypeMethodDescription(package private) EventPublicationRegistryEventPublicationConfiguration.eventPublicationRegistry(EventPublicationRepository repository) Method parameters in org.springframework.modulith.events.config with type arguments of type EventPublicationRegistryModifier and TypeMethodDescription(package private) static PersistentApplicationEventMulticasterEventPublicationConfiguration.applicationEventMulticaster(ObjectFactory<EventPublicationRegistry> eventPublicationRegistry) (package private) static CompletionRegisteringAdvisorEventPublicationConfiguration.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 newCompletionRegisteringAdvisorfor the givenEventPublicationRegistry.(package private)Creates a newCompletionRegisteringAdvisor.CompletionRegisteringMethodInterceptorfor the givenEventPublicationRegistry.Creates a newPersistentApplicationEventMulticasterfor the givenEventPublicationRegistry.