Interface ExternalWorkflowExecutionSignaledEventAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getControl()
      Deprecated
      com.google.protobuf.ByteString getControlBytes()
      Deprecated
      long getInitiatedEventId()
      id of the `SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED` event this event corresponds to
      java.lang.String getNamespace()
      Namespace of the workflow which was signaled.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace of the workflow which was signaled.
      java.lang.String getNamespaceId()
      string namespace_id = 5;
      com.google.protobuf.ByteString getNamespaceIdBytes()
      string namespace_id = 5;
      WorkflowExecution getWorkflowExecution()
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
      WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
      boolean hasWorkflowExecution()
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
      • 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

      • getInitiatedEventId

        long getInitiatedEventId()
         id of the `SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED` event this event corresponds to
         
        int64 initiated_event_id = 1;
        Returns:
        The initiatedEventId.
      • getNamespace

        java.lang.String getNamespace()
         Namespace of the workflow which was signaled.
         SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
         
        string namespace = 2;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace of the workflow which was signaled.
         SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
         
        string namespace = 2;
        Returns:
        The bytes for namespace.
      • getNamespaceId

        java.lang.String getNamespaceId()
        string namespace_id = 5;
        Returns:
        The namespaceId.
      • getNamespaceIdBytes

        com.google.protobuf.ByteString getNamespaceIdBytes()
        string namespace_id = 5;
        Returns:
        The bytes for namespaceId.
      • hasWorkflowExecution

        boolean hasWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
        Returns:
        Whether the workflowExecution field is set.
      • getWorkflowExecution

        WorkflowExecution getWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
        Returns:
        The workflowExecution.
      • getWorkflowExecutionOrBuilder

        WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
      • getControl

        java.lang.String getControl()
         Deprecated
         
        string control = 4;
        Returns:
        The control.
      • getControlBytes

        com.google.protobuf.ByteString getControlBytes()
         Deprecated
         
        string control = 4;
        Returns:
        The bytes for control.