Interface DiameterMediationFeature
-
public interface DiameterMediationFeatureInterface 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 ToDiameterMediationFeatureEndpointgetToFeatureEndpoint()
-
-
-
Method Detail
-
getToFeatureEndpoint
ToDiameterMediationFeatureEndpoint getToFeatureEndpoint()
-
-