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 <andrea@softinstigate.com>