Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableSignalRecordValue
Packages that use ImmutableSignalRecordValue
-
Uses of ImmutableSignalRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableSignalRecordValueModifier and TypeMethodDescriptionImmutableSignalRecordValue.Builder.build()Builds a newImmutableSignalRecordValue.static ImmutableSignalRecordValueImmutableSignalRecordValue.copyOf(SignalRecordValue instance) Creates an immutable copy of aSignalRecordValuevalue.ImmutableSignalRecordValue.withSignalName(String value) Copy the current immutable object by setting a value for thesignalNameattribute.ImmutableSignalRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.