Interface CallFeatureFactory<TCallFeature extends CallFeature>
-
public interface CallFeatureFactory<TCallFeature extends CallFeature>
Represents the factory of call api features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<TCallFeature>
getCallFeatureImpl()
-
-
-
Method Detail
-
getCallFeatureImpl
Class<TCallFeature> getCallFeatureImpl()
-
-