Interface DiameterMediationFeature
-
public interface DiameterMediationFeature
Interface implemented by diameter features which wish to expose a toDiameterMediationFeatureEndpoint interface Typically only used by features which operate asynchronously: the toDiameterMediationFeatureEndpoint interface is used by Sentinel to notify the feature of events that concern it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToDiameterMediationFeatureEndpoint
getToFeatureEndpoint()
-
-
-
Method Detail
-
getToFeatureEndpoint
ToDiameterMediationFeatureEndpoint getToFeatureEndpoint()
-
-