Class ObservedModuleEvent
java.lang.Object
org.springframework.modulith.observability.support.ObservedModuleEvent
An observed event associated with the
ApplicationModule it originates from.- Since:
- 2.1
- Author:
- Oliver Drotbohm
-
Constructor Summary
ConstructorsConstructorDescriptionObservedModuleEvent(ApplicationModuleIdentifier identifier, Object event) Creates a newObservedModuleEventfor the givenApplicationModuleIdentifierand event. -
Method Summary
-
Constructor Details
-
ObservedModuleEvent
ObservedModuleEvent(ApplicationModuleIdentifier identifier, Object event) Creates a newObservedModuleEventfor the givenApplicationModuleIdentifierand event.- Parameters:
identifier- must not be null.event- must not be null.
-
-
Method Details