Class DefaultEventPublicationRegistry

java.lang.Object
org.springframework.modulith.events.DefaultEventPublicationRegistry
All Implemented Interfaces:
DisposableBean, EventPublicationRegistry

public class DefaultEventPublicationRegistry extends Object implements DisposableBean, EventPublicationRegistry
A registry to capture event publications to ApplicationListeners. Allows to register those publications, mark them as completed and lookup incomplete publications.
Author:
Oliver Drotbohm, Björn Kieling, Dmitry Belyaev