Uses of Enum
io.camunda.zeebe.protocol.record.value.JobListenerEventType
Packages that use JobListenerEventType
-
Uses of JobListenerEventType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return JobListenerEventTypeModifier and TypeMethodDescriptionImmutableJobRecordValue.getJobListenerEventType()JobRecordValue.getJobListenerEventType()static JobListenerEventTypeReturns the enum constant of this type with the specified name.static JobListenerEventType[]JobListenerEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record.value with parameters of type JobListenerEventTypeModifier and TypeMethodDescriptionImmutableJobRecordValue.Builder.withJobListenerEventType(JobListenerEventType jobListenerEventType) Initializes the value for thejobListenerEventTypeattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withJobListenerEventType(JobListenerEventType value) Copy the current immutable object by setting a value for thejobListenerEventTypeattribute.