Class BroadcastSignalResponseImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.BroadcastSignalResponseImpl
- All Implemented Interfaces:
BroadcastSignalResponse
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionlonggetKey()Returns the unique key of the signal that was broadcasted.Returns the tenant id of the signal that was broadcasted.
-
Constructor Details
-
BroadcastSignalResponseImpl
-
BroadcastSignalResponseImpl
-
-
Method Details
-
getKey
public long getKey()Description copied from interface:BroadcastSignalResponseReturns the unique key of the signal that was broadcasted.- Specified by:
getKeyin interfaceBroadcastSignalResponse- Returns:
- the unique key of the signal.
-
getTenantId
Description copied from interface:BroadcastSignalResponseReturns the tenant id of the signal that was broadcasted.- Specified by:
getTenantIdin interfaceBroadcastSignalResponse- Returns:
- the identifier of the tenant that owns the broadcasted signal.
-