Class HistoryEvent

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.history.v1.HistoryEvent
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HistoryEventOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:HistoryEvent.java.pb.meta") public final class HistoryEvent extends com.google.protobuf.GeneratedMessageV3 implements HistoryEventOrBuilder
 History events are the method by which Temporal SDKs advance (or recreate) workflow state.
 See the `EventType` enum for more info about what each event is for.
 
Protobuf type temporal.api.history.v1.HistoryEvent
See Also: