Interface BroadcastSignalResponse

All Known Implementing Classes:
BroadcastSignalResponseImpl

public interface BroadcastSignalResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the unique key of the signal that was broadcasted.
    Returns the tenant id of the signal that was broadcasted.
  • Method Details

    • getKey

      long getKey()
      Returns the unique key of the signal that was broadcasted.
      Returns:
      the unique key of the signal.
    • getTenantId

      @ExperimentalApi("https://github.com/camunda/zeebe/issues/13558") String getTenantId()
      Returns the tenant id of the signal that was broadcasted.
      Returns:
      the identifier of the tenant that owns the broadcasted signal.