Interface Schema.MessageStartEventSubscriptionRecordOrBuilder

    • Method Detail

      • hasMetadata

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

        long getProcessDefinitionKey()
        int64 processDefinitionKey = 2;
      • getStartEventId

        String getStartEventId()
        string startEventId = 3;
      • getStartEventIdBytes

        com.google.protobuf.ByteString getStartEventIdBytes()
        string startEventId = 3;
      • getMessageName

        String getMessageName()
        string messageName = 4;
      • getMessageNameBytes

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

        String getBpmnProcessId()
        string bpmnProcessId = 5;
      • getBpmnProcessIdBytes

        com.google.protobuf.ByteString getBpmnProcessIdBytes()
        string bpmnProcessId = 5;
      • getCorrelationKey

        String getCorrelationKey()
        string correlationKey = 6;
      • getCorrelationKeyBytes

        com.google.protobuf.ByteString getCorrelationKeyBytes()
        string correlationKey = 6;
      • getMessageKey

        long getMessageKey()
        int64 messageKey = 7;
      • getProcessInstanceKey

        long getProcessInstanceKey()
        int64 processInstanceKey = 8;
      • hasVariables

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

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

        com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
        .google.protobuf.Struct variables = 9;