Class DefaultPublishedEvents
java.lang.Object
org.springframework.modulith.test.DefaultPublishedEvents
- All Implemented Interfaces:
EventListener
,ApplicationListener<ApplicationEvent>
,PublishedEvents
,TypedEvents
class DefaultPublishedEvents
extends Object
implements PublishedEvents, ApplicationListener<ApplicationEvent>
Default implementation of
PublishedEvents
.- Author:
- Oliver Drotbohm
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.modulith.test.PublishedEvents
PublishedEvents.TypedPublishedEvents<T>
-
Constructor Summary
ConstructorDescriptionCreates a new, emptyDefaultPublishedEvents
instance.DefaultPublishedEvents
(Collection<? extends Object> events) Creates a newDefaultPublishedEvents
instance with the given events. -
Method Summary
Modifier and TypeMethodDescriptionReturns all events of the given type.void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.modulith.test.TypedEvents
eventOfTypeWasPublished
-
Constructor Details
-
DefaultPublishedEvents
DefaultPublishedEvents()Creates a new, emptyDefaultPublishedEvents
instance. -
DefaultPublishedEvents
DefaultPublishedEvents(Collection<? extends Object> events) Creates a newDefaultPublishedEvents
instance with the given events.- Parameters:
events
- must not be null.
-
-
Method Details
-
onApplicationEvent
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ApplicationEvent>
-
ofType
Description copied from interface:TypedEvents
Returns all events of the given type.- Specified by:
ofType
in interfacePublishedEvents
- Specified by:
ofType
in interfaceTypedEvents
- Type Parameters:
T
- the event type- Parameters:
type
- must not be null.- Returns:
-