Interface ProtobufMessages.ActionQueue.SignalProcessInstanceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getEvent()
      optional bytes event = 2;
      long getProcessInstanceId()
      optional int64 process_instance_id = 3;
      String getType()
      optional string type = 1;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 1;
      boolean hasEvent()
      optional bytes event = 2;
      boolean hasProcessInstanceId()
      optional int64 process_instance_id = 3;
      boolean hasType()
      optional string type = 1;
      • 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

      • hasType

        boolean hasType()
        optional string type = 1;
      • getType

        String getType()
        optional string type = 1;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 1;
      • hasEvent

        boolean hasEvent()
        optional bytes event = 2;
      • getEvent

        com.google.protobuf.ByteString getEvent()
        optional bytes event = 2;
      • hasProcessInstanceId

        boolean hasProcessInstanceId()
        optional int64 process_instance_id = 3;
      • getProcessInstanceId

        long getProcessInstanceId()
        optional int64 process_instance_id = 3;