Class DefaultAssertablePublishedEvents
java.lang.Object
org.springframework.modulith.test.DefaultAssertablePublishedEvents
- All Implemented Interfaces:
EventListener
,org.assertj.core.api.AssertProvider<PublishedEventsAssert>
,ApplicationListener<ApplicationEvent>
,AssertablePublishedEvents
,PublishedEvents
,TypedEvents
class DefaultAssertablePublishedEvents
extends Object
implements AssertablePublishedEvents, ApplicationListener<ApplicationEvent>
Default implementation of
AssertablePublishedEvents
.- Author:
- Oliver Drotbohm
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.modulith.test.PublishedEvents
PublishedEvents.TypedPublishedEvents<T>
-
Constructor Summary
ConstructorDescriptionCreates a newDefaultAssertablePublishedEvents
.Creates a newDefaultAssertablePublishedEvents
with the givenDefaultPublishedEvents
delegate. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
Methods inherited from interface org.springframework.modulith.test.AssertablePublishedEvents
assertThat
Methods inherited from interface org.springframework.modulith.test.TypedEvents
eventOfTypeWasPublished
-
Constructor Details
-
DefaultAssertablePublishedEvents
DefaultAssertablePublishedEvents(DefaultPublishedEvents delegate) Creates a newDefaultAssertablePublishedEvents
with the givenDefaultPublishedEvents
delegate.- Parameters:
delegate
- must not be null.
-
DefaultAssertablePublishedEvents
DefaultAssertablePublishedEvents()Creates a newDefaultAssertablePublishedEvents
.
-
-
Method Details
-
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:
-
onApplicationEvent
- Specified by:
onApplicationEvent
in interfaceApplicationListener<ApplicationEvent>
-
toString
-