Class ProbeTimeoutMessage
-
- All Implemented Interfaces:
-
org.somda.sdc.common.event.EventMessage
public class ProbeTimeoutMessage implements EventMessageMessage that signalizes the end of a probe phase.
-
-
Field Summary
Fields Modifier and Type Field Description public final IntegerprobeMatchesCountpublic final StringprobeRequestId
-
Constructor Summary
Constructors Constructor Description ProbeTimeoutMessage(Integer probeMatchesCount, String probeRequestId)Constructor.
-
Method Summary
Modifier and Type Method Description IntegergetProbeMatchesCount()Gets the number of matched items. StringgetProbeRequestId()Gets the identifier that relates a probe request and response to each other. -
-
Method Detail
-
getProbeMatchesCount
Integer getProbeMatchesCount()
Gets the number of matched items.
Note that the maximum amount of matched items can be limited.
- Returns:
the number of matches.
-
getProbeRequestId
String getProbeRequestId()
Gets the identifier that relates a probe request and response to each other.
- Returns:
the probe request identifier.
-
-
-
-