Class WFTBuffer.EventBatch
- java.lang.Object
-
- io.temporal.internal.statemachines.WFTBuffer.EventBatch
-
- Enclosing class:
- WFTBuffer
public static class WFTBuffer.EventBatch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EventBatch(java.util.Optional<io.temporal.api.history.v1.HistoryEvent> workflowTaskCompletedEvent, java.util.List<io.temporal.api.history.v1.HistoryEvent> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<io.temporal.api.history.v1.HistoryEvent>getEvents()java.util.Optional<io.temporal.api.history.v1.HistoryEvent>getWorkflowTaskCompletedEvent()
-