Package google.registry.monitoring.blackbox
-
Interface Summary Interface Description ProberModule.ProberComponent Root levelComponent
that provides eachProbingSequence
. -
Class Summary Class Description Prober Main class of the Prober, which obtains and starts theProbingSequence
s provided by Dagger.ProberModule Dagger main module, whichProvides
all objects that are shared between sequences and storesProberModule.ProberComponent
, which allows mainProber
class to obtain eachProbingSequence
.ProbingSequence Represents Sequence ofProbingStep
s that the Prober performs in order.ProbingSequence.Builder TurnsProbingStep.Builder
s into fully self-dependent sequence with suppliedBootstrap
.ProbingStep AutoValue
class that represents generator of actions performed at each step inProbingSequence
.ProbingStep.Builder StandardAutoValue.Builder
forProbingStep
.