Class ProbingStep

java.lang.Object
google.registry.monitoring.blackbox.ProbingStep

public abstract class ProbingStep extends Object
AutoValue class that represents generator of actions performed at each step in ProbingSequence.

Holds the unchanged components in a given step of the ProbingSequence, which are the OutboundMessageType, Protocol, Duration, and Bootstrap instances. It then modifies these components on each loop iteration with the consumed Token and from that, generates a new ProbingAction to call.