Package org.restheart.exchange
Class PipelineInfo
- java.lang.Object
-
- org.restheart.exchange.PipelineInfo
-
public class PipelineInfo extends Object
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPipelineInfo.PIPELINE_TYPE
-
Constructor Summary
Constructors Constructor Description PipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()PipelineInfo.PIPELINE_TYPEgetType()StringgetUri()StringtoString()
-
-
-
Constructor Detail
-
PipelineInfo
public PipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, String name)
-
-