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 Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsDetails​(java.lang.String key)
      Serialized information recorded in the marker
      java.util.Map<java.lang.String,​Payloads> getDetails()
      Deprecated.
      int getDetailsCount()
      Serialized information recorded in the marker
      java.util.Map<java.lang.String,​Payloads> getDetailsMap()
      Serialized information recorded in the marker
      Payloads getDetailsOrDefault​(java.lang.String key, Payloads defaultValue)
      Serialized information recorded in the marker
      Payloads getDetailsOrThrow​(java.lang.String key)
      Serialized information recorded in the marker
      Failure getFailure()
      Some uses of markers, like a local activity, could "fail".
      FailureOrBuilder getFailureOrBuilder()
      Some uses of markers, like a local activity, could "fail".
      Header getHeader()
      .temporal.api.common.v1.Header header = 4;
      HeaderOrBuilder getHeaderOrBuilder()
      .temporal.api.common.v1.Header header = 4;
      java.lang.String getMarkerName()
      Workers use this to identify the "types" of various markers.
      com.google.protobuf.ByteString getMarkerNameBytes()
      Workers use this to identify the "types" of various markers.
      long getWorkflowTaskCompletedEventId()
      The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
      boolean hasFailure()
      Some uses of markers, like a local activity, could "fail".
      boolean hasHeader()
      .temporal.api.common.v1.Header header = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMarkerName

        java.lang.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​(java.lang.String key)
         Serialized information recorded in the marker
         
        map<string, .temporal.api.common.v1.Payloads> details = 2;
      • getDetails

        @Deprecated
        java.util.Map<java.lang.String,​Payloads> getDetails()
        Deprecated.
        Use getDetailsMap() instead.
      • getDetailsMap

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

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

        Payloads getDetailsOrThrow​(java.lang.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;