Class Collector
- java.lang.Object
-
- io.quarkus.test.junit5.virtual.internal.Collector
-
- All Implemented Interfaces:
Consumer<RecordedEvent>
public class Collector extends Object implements Consumer<RecordedEvent>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCARRIER_PINNED_EVENT_NAME
-
Constructor Summary
Constructors Constructor Description Collector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(RecordedEvent re)List<RecordedEvent>getEvents()voidinit()voidshutdown()voidstart()List<RecordedEvent>stop()
-
-
-
Field Detail
-
CARRIER_PINNED_EVENT_NAME
public static final String CARRIER_PINNED_EVENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init()
-
start
public void start()
-
stop
public List<RecordedEvent> stop()
-
shutdown
public void shutdown()
-
accept
public void accept(RecordedEvent re)
- Specified by:
acceptin interfaceConsumer<RecordedEvent>
-
getEvents
public List<RecordedEvent> getEvents()
-
-