public class RestServiceCompositeStage extends teetime.framework.CompositeStage implements ISourceCompositeStage
RestServiceStage via a configuration object.
Configuration parameters are:
| Constructor and Description |
|---|
RestServiceCompositeStage(Configuration configuration)
Create a source composite stage for rest services.
|
RestServiceCompositeStage(java.lang.String hostname,
int port,
IAccessHandler accessHandler)
Create a source composite stage for rest services.
|
| Modifier and Type | Method and Description |
|---|---|
teetime.framework.OutputPort<IMonitoringRecord> |
getOutputPort()
get the output port of a source composite stage.
|
public RestServiceCompositeStage(Configuration configuration) throws ConfigurationException
configuration - configuration for the serviceConfigurationException - on configuration errorspublic RestServiceCompositeStage(java.lang.String hostname,
int port,
IAccessHandler accessHandler)
hostname - hostname to listen toport - port to listen onaccessHandler - controls access to the rest servicepublic teetime.framework.OutputPort<IMonitoringRecord> getOutputPort()
ISourceCompositeStagegetOutputPort in interface ISourceCompositeStageCopyright 2021 Kieker Project, http://kieker-monitoring.net