fun <A : Pipeline<*, ApplicationCall>, B : Any, F : Any> A.feature(feature: ApplicationFeature<A, B, F>): F
Gets feature instance for this pipeline, or fails with MissingApplicationFeatureException if the feature is not installed
MissingApplicationFeatureException
-
feature
- application feature to lookup
Return
an instance of feature