Interface MarkerRecordedEventAttributesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MarkerRecordedEventAttributes, MarkerRecordedEventAttributes.Builder

@Generated(value="protoc", comments="annotations:MarkerRecordedEventAttributesOrBuilder.java.pb.meta") public interface MarkerRecordedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMarkerName

      String getMarkerName()
       Workers use this to identify the "types" of various markers. Ex: Local activity, side effect.
       
      string marker_name = 1;
      Returns:
      The markerName.
    • getMarkerNameBytes

      com.google.protobuf.ByteString getMarkerNameBytes()
       Workers use this to identify the "types" of various markers. Ex: Local activity, side effect.
       
      string marker_name = 1;
      Returns:
      The bytes for markerName.
    • getDetailsCount

      int getDetailsCount()
       Serialized information recorded in the marker
       
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • containsDetails

      boolean containsDetails(String key)
       Serialized information recorded in the marker
       
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • getDetails

      Deprecated.
      Use getDetailsMap() instead.
    • getDetailsMap

      Map<String,Payloads> getDetailsMap()
       Serialized information recorded in the marker
       
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • getDetailsOrDefault

      Payloads getDetailsOrDefault(String key, Payloads defaultValue)
       Serialized information recorded in the marker
       
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • getDetailsOrThrow

      Payloads getDetailsOrThrow(String key)
       Serialized information recorded in the marker
       
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • getWorkflowTaskCompletedEventId

      long getWorkflowTaskCompletedEventId()
       The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
       
      int64 workflow_task_completed_event_id = 3;
      Returns:
      The workflowTaskCompletedEventId.
    • hasHeader

      boolean hasHeader()
      .temporal.api.common.v1.Header header = 4;
      Returns:
      Whether the header field is set.
    • getHeader

      Header getHeader()
      .temporal.api.common.v1.Header header = 4;
      Returns:
      The header.
    • getHeaderOrBuilder

      HeaderOrBuilder getHeaderOrBuilder()
      .temporal.api.common.v1.Header header = 4;
    • hasFailure

      boolean hasFailure()
       Some uses of markers, like a local activity, could "fail". If they did that is recorded here.
       
      .temporal.api.failure.v1.Failure failure = 5;
      Returns:
      Whether the failure field is set.
    • getFailure

      Failure getFailure()
       Some uses of markers, like a local activity, could "fail". If they did that is recorded here.
       
      .temporal.api.failure.v1.Failure failure = 5;
      Returns:
      The failure.
    • getFailureOrBuilder

      FailureOrBuilder getFailureOrBuilder()
       Some uses of markers, like a local activity, could "fail". If they did that is recorded here.
       
      .temporal.api.failure.v1.Failure failure = 5;