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