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
Modifier and TypeMethodDescriptionbooleancontainsDetails(String key) Serialized information recorded in the markerDeprecated.intSerialized information recorded in the markerSerialized information recorded in the markergetDetailsOrDefault(String key, Payloads defaultValue) Serialized information recorded in the markergetDetailsOrThrow(String key) Serialized information recorded in the markerSome uses of markers, like a local activity, could "fail".Some uses of markers, like a local activity, could "fail"..temporal.api.common.v1.Header header = 4;.temporal.api.common.v1.Header header = 4;Workers use this to identify the "types" of various markers.com.google.protobuf.ByteStringWorkers use this to identify the "types" of various markers.longThe `WORKFLOW_TASK_COMPLETED` event which this command was reported withbooleanSome uses of markers, like a local activity, could "fail".boolean.temporal.api.common.v1.Header header = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
Serialized information recorded in the marker
map<string, .temporal.api.common.v1.Payloads> details = 2; -
getDetails
-
getDetailsMap
-
getDetailsOrDefault
-
getDetailsOrThrow
-
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
-
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;
-