Interface Schema.ProcessMessageSubscriptionRecordOrBuilder

    • Method Detail

      • hasMetadata

        boolean hasMetadata()
        .exporter_protocol.RecordMetadata metadata = 1;
      • getProcessInstanceKey

        long getProcessInstanceKey()
        int64 processInstanceKey = 2;
      • getElementInstanceKey

        long getElementInstanceKey()
        int64 elementInstanceKey = 3;
      • getMessageName

        String getMessageName()
        string messageName = 4;
      • getMessageNameBytes

        com.google.protobuf.ByteString getMessageNameBytes()
        string messageName = 4;
      • hasVariables

        boolean hasVariables()
        .google.protobuf.Struct variables = 5;
      • getVariables

        com.google.protobuf.Struct getVariables()
        .google.protobuf.Struct variables = 5;
      • getVariablesOrBuilder

        com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
        .google.protobuf.Struct variables = 5;
      • getBpmnProcessId

        String getBpmnProcessId()
        string bpmnProcessId = 6;
      • getBpmnProcessIdBytes

        com.google.protobuf.ByteString getBpmnProcessIdBytes()
        string bpmnProcessId = 6;
      • getMessageKey

        long getMessageKey()
        int64 messageKey = 7;
      • getElementId

        String getElementId()
        string elementId = 8;
      • getElementIdBytes

        com.google.protobuf.ByteString getElementIdBytes()
        string elementId = 8;
      • getCorrelationKey

        String getCorrelationKey()
        string correlationKey = 9;
      • getCorrelationKeyBytes

        com.google.protobuf.ByteString getCorrelationKeyBytes()
        string correlationKey = 9;
      • getIsInterrupting

        boolean getIsInterrupting()
        bool isInterrupting = 10;