Interface OutputStatus

  • All Known Implementing Classes:
    ImmutableOutputStatus

    @Immutable
    public interface OutputStatus
    The status of an output.
    • Method Detail

      • errorCount

        int errorCount()
        The number of errors.
      • forwarded

        int forwarded()
        The number of messages forwarded.
      • received

        int received()
        The number of messages received.
      • retries

        int retries()
        The number of messages retransmitted.