Interface SignalRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue,RecordValueWithVariables
- All Known Implementing Classes:
ImmutableSignalRecordValue
Represents a signal event or command.
See SignalIntent for intents.
-
Method Summary
Methods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.protocol.record.RecordValueWithVariables
getVariables
-
Method Details
-
getSignalName
String getSignalName()- Returns:
- the name of the signal
-