Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableSignalSubscriptionRecordValue
Packages that use ImmutableSignalSubscriptionRecordValue
-
Uses of ImmutableSignalSubscriptionRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableSignalSubscriptionRecordValueModifier and TypeMethodDescriptionImmutableSignalSubscriptionRecordValue.Builder.build()Builds a newImmutableSignalSubscriptionRecordValue.ImmutableSignalSubscriptionRecordValue.copyOf(SignalSubscriptionRecordValue instance) Creates an immutable copy of aSignalSubscriptionRecordValuevalue.ImmutableSignalSubscriptionRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableSignalSubscriptionRecordValue.withCatchEventId(String value) Copy the current immutable object by setting a value for thecatchEventIdattribute.ImmutableSignalSubscriptionRecordValue.withCatchEventInstanceKey(long value) Copy the current immutable object by setting a value for thecatchEventInstanceKeyattribute.ImmutableSignalSubscriptionRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableSignalSubscriptionRecordValue.withSignalName(String value) Copy the current immutable object by setting a value for thesignalNameattribute.