Interface ProtocolEvent

    • Method Detail

      • isSuccess

        default boolean isSuccess()
        Returns true if the event was sent because of some successful protocol event.
        Returns:
        true when success, false otherwise.
      • isFailed

        default boolean isFailed()
        Returns true if the event was sent because of some unsuccessful protocol event.
        Returns:
        true when unsuccessful, false otherwise.