Uses of Class
adams.flow.rest.feature.AbstractFeature
-
Packages that use AbstractFeature Package Description adams.flow.rest adams.flow.rest.feature -
-
Uses of AbstractFeature in adams.flow.rest
Fields in adams.flow.rest declared as AbstractFeature Modifier and Type Field Description protected AbstractFeature[]GenericServer. m_Featuresthe features to use.Methods in adams.flow.rest that return AbstractFeature Modifier and Type Method Description AbstractFeature[]GenericServer. getFeatures()Returns the features to use.Methods in adams.flow.rest with parameters of type AbstractFeature Modifier and Type Method Description voidGenericServer. setFeatures(AbstractFeature[] value)Sets the features to use. -
Uses of AbstractFeature in adams.flow.rest.feature
Subclasses of AbstractFeature in adams.flow.rest.feature Modifier and Type Class Description classOpenAPIFeatureEnables OpenAPI documentation at/api-docs/? classSSEFeatureAdds Server Sent Events (SSE) support.
-