Interface BroadcastSignalResponse

All Known Implementing Classes:
BroadcastSignalResponseImpl

@Deprecated public interface BroadcastSignalResponse
Deprecated.
since 8.8 for removal in 8.9, replaced by BroadcastSignalResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    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.