Interface BroadcastSignalResponse
- All Known Implementing Classes:
BroadcastSignalResponseImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetKey()Deprecated.Returns the unique key of the signal that was broadcasted.Deprecated.Returns the tenant id of the signal that was broadcasted.
-
Method Details
-
getKey
long getKey()Deprecated.Returns the unique key of the signal that was broadcasted.- Returns:
- the unique key of the signal.
-
getTenantId
String getTenantId()Deprecated.Returns the tenant id of the signal that was broadcasted.- Returns:
- the identifier of the tenant that owns the broadcasted signal.
-
BroadcastSignalResponse