Uses of Class
org.restheart.exchange.PipelineInfo.PIPELINE_TYPE
-
Packages that use PipelineInfo.PIPELINE_TYPE Package Description org.restheart.exchange -
-
Uses of PipelineInfo.PIPELINE_TYPE in org.restheart.exchange
Methods in org.restheart.exchange that return PipelineInfo.PIPELINE_TYPE Modifier and Type Method Description PipelineInfo.PIPELINE_TYPEPipelineInfo. getType()static PipelineInfo.PIPELINE_TYPEPipelineInfo.PIPELINE_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineInfo.PIPELINE_TYPE[]PipelineInfo.PIPELINE_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.restheart.exchange with parameters of type PipelineInfo.PIPELINE_TYPE Constructor Description PipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, String name)
-