Class ProbeTimeoutMessage

  • All Implemented Interfaces:
    EventMessage

    public class ProbeTimeoutMessage
    extends Object
    implements EventMessage
    Message that signalizes the end of a probe phase.
    • Constructor Detail

      • ProbeTimeoutMessage

        public ProbeTimeoutMessage​(Integer probeMatchesCount,
                                   String probeRequestId)
        Constructor.
        Parameters:
        probeMatchesCount - the amount of matches found for a probe request.
        probeRequestId - the probe request identifier.
    • Method Detail

      • getProbeRequestId

        public String getProbeRequestId()
        Gets the identifier that relates a probe request and response to each other.
        Returns:
        the probe request identifier.
      • getProbeMatchesCount

        public Integer getProbeMatchesCount()
        Gets the number of matched items.

        Note that the maximum amount of matched items can be limited.

        Returns:
        the number of matches.