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 TypeMethodDescriptiongetFetchVariable
(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 returnedcom.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 returnedint
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 returneda 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 returnedgetTenantIds
(int index) a list of identifiers of tenants for which to stream jobscom.google.protobuf.ByteString
getTenantIdsBytes
(int index) a list of identifiers of tenants for which to stream jobsint
a list of identifiers of tenants for which to stream jobsa list of identifiers of tenants for which to stream jobslong
a job returned after this call will not be activated by another call until the timeout (in ms) has been reachedgetType()
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 purposescom.google.protobuf.ByteString
the name of the worker activating the jobs, mostly used for logging purposesMethods 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
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
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
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
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.
-