Uses of Interface
kieker.analysis.architecture.adaptation.IProbeController
Package | Description |
---|---|
kieker.analysis.architecture.adaptation |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of IProbeController in kieker.analysis.architecture.adaptation
Classes in kieker.analysis.architecture.adaptation that implement IProbeController Modifier and Type Class Description class
DummyProbeController
Controller to send remote control events for probes to given addresses.class
TcpProbeController
Controller to send remote control events for probes to given addresses.Constructors in kieker.analysis.architecture.adaptation with parameters of type IProbeController Constructor Description ProbeControlStage(IProbeController probeController)
Initiates the filter with a newTcpProbeController
.