Package kieker.analysis.generic.source
Interface ISourceCompositeStage
public interface ISourceCompositeStage
Marker interface for composite stages used as source.
- Since:
- 2.0.0
-
Method Summary
Modifier and Type Method Description teetime.framework.OutputPort<kieker.common.record.IMonitoringRecord>getOutputPort()get the output port of a source composite stage.
-
Method Details
-
getOutputPort
teetime.framework.OutputPort<kieker.common.record.IMonitoringRecord> getOutputPort()get the output port of a source composite stage.- Returns:
- the proper output port
- Since:
- 1.15
-