Uses of Enum Class
org.restheart.exchange.PipelineInfo.PIPELINE_TYPE
Packages that use PipelineInfo.PIPELINE_TYPE
-
Uses of PipelineInfo.PIPELINE_TYPE in org.restheart.exchange
Methods in org.restheart.exchange that return PipelineInfo.PIPELINE_TYPEModifier and TypeMethodDescriptionPipelineInfo.getType()static PipelineInfo.PIPELINE_TYPEReturns the enum constant of this class with the specified name.static PipelineInfo.PIPELINE_TYPE[]PipelineInfo.PIPELINE_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.restheart.exchange with parameters of type PipelineInfo.PIPELINE_TYPEModifierConstructorDescriptionPipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, String name) PipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, RegisterPlugin.MATCH_POLICY matchPolicy, String name)