Package org.restheart.exchange
Class PipelineInfo
java.lang.Object
org.restheart.exchange.PipelineInfo
Stores information about the pipeline that handles the request. For instance,
if the request is handled by MongoService, pipeline info is:
PipelineInfo(type=SERVICE, uri="/", name="mongo")
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, String name) PipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, RegisterPlugin.MATCH_POLICY matchPolicy, String name) -
Method Summary
-
Constructor Details
-
PipelineInfo
public PipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, RegisterPlugin.MATCH_POLICY matchPolicy, String name) -
PipelineInfo
-
-
Method Details