Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventBatch

        public EventBatch​(java.util.Optional<io.temporal.api.history.v1.HistoryEvent> workflowTaskCompletedEvent,
                          java.util.List<io.temporal.api.history.v1.HistoryEvent> events)
    • Method Detail

      • getEvents

        public java.util.List<io.temporal.api.history.v1.HistoryEvent> getEvents()
      • getWorkflowTaskCompletedEvent

        public java.util.Optional<io.temporal.api.history.v1.HistoryEvent> getWorkflowTaskCompletedEvent()