Interface GatewayOuterClass.StreamActivatedJobsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.StreamActivatedJobsRequest, GatewayOuterClass.StreamActivatedJobsRequest.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.StreamActivatedJobsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFetchVariable(int index)
    a list of variables to fetch as the job variables; if empty, all visible variables at the time of activation for the scope of the job will be returned
    com.google.protobuf.ByteString
    a list of variables to fetch as the job variables; if empty, all visible variables at the time of activation for the scope of the job will be returned
    int
    a list of variables to fetch as the job variables; if empty, all visible variables at the time of activation for the scope of the job will be returned
    a list of variables to fetch as the job variables; if empty, all visible variables at the time of activation for the scope of the job will be returned
    getTenantIds(int index)
    a list of identifiers of tenants for which to stream jobs
    com.google.protobuf.ByteString
    getTenantIdsBytes(int index)
    a list of identifiers of tenants for which to stream jobs
    int
    a list of identifiers of tenants for which to stream jobs
    a list of identifiers of tenants for which to stream jobs
    long
    a job returned after this call will not be activated by another call until the timeout (in ms) has been reached
    the job type, as defined in the BPMN process (e.g.
    com.google.protobuf.ByteString
    the job type, as defined in the BPMN process (e.g.
    the name of the worker activating the jobs, mostly used for logging purposes
    com.google.protobuf.ByteString
    the name of the worker activating the jobs, mostly used for logging purposes

    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 Details

    • getType

      String getType()
       the job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition
       type="payment-service" />)
       
      string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       the job type, as defined in the BPMN process (e.g. <zeebe:taskDefinition
       type="payment-service" />)
       
      string type = 1;
      Returns:
      The bytes for type.
    • getWorker

      String getWorker()
       the name of the worker activating the jobs, mostly used for logging purposes
       
      string worker = 2;
      Returns:
      The worker.
    • getWorkerBytes

      com.google.protobuf.ByteString getWorkerBytes()
       the name of the worker activating the jobs, mostly used for logging purposes
       
      string worker = 2;
      Returns:
      The bytes for worker.
    • getTimeout

      long getTimeout()
       a job returned after this call will not be activated by another call until the
       timeout (in ms) has been reached
       
      int64 timeout = 3;
      Returns:
      The timeout.
    • getFetchVariableList

      List<String> getFetchVariableList()
       a list of variables to fetch as the job variables; if empty, all visible variables at
       the time of activation for the scope of the job will be returned
       
      repeated string fetchVariable = 5;
      Returns:
      A list containing the fetchVariable.
    • getFetchVariableCount

      int getFetchVariableCount()
       a list of variables to fetch as the job variables; if empty, all visible variables at
       the time of activation for the scope of the job will be returned
       
      repeated string fetchVariable = 5;
      Returns:
      The count of fetchVariable.
    • getFetchVariable

      String getFetchVariable(int index)
       a list of variables to fetch as the job variables; if empty, all visible variables at
       the time of activation for the scope of the job will be returned
       
      repeated string fetchVariable = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fetchVariable at the given index.
    • getFetchVariableBytes

      com.google.protobuf.ByteString getFetchVariableBytes(int index)
       a list of variables to fetch as the job variables; if empty, all visible variables at
       the time of activation for the scope of the job will be returned
       
      repeated string fetchVariable = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the fetchVariable at the given index.
    • getTenantIdsList

      List<String> getTenantIdsList()
       a list of identifiers of tenants for which to stream jobs
       
      repeated string tenantIds = 6;
      Returns:
      A list containing the tenantIds.
    • getTenantIdsCount

      int getTenantIdsCount()
       a list of identifiers of tenants for which to stream jobs
       
      repeated string tenantIds = 6;
      Returns:
      The count of tenantIds.
    • getTenantIds

      String getTenantIds(int index)
       a list of identifiers of tenants for which to stream jobs
       
      repeated string tenantIds = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tenantIds at the given index.
    • getTenantIdsBytes

      com.google.protobuf.ByteString getTenantIdsBytes(int index)
       a list of identifiers of tenants for which to stream jobs
       
      repeated string tenantIds = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tenantIds at the given index.