Interface DiameterFeature
-
public interface DiameterFeatureInterface implemented by diameter features which wish to expose a toDiameterFeatureEndpoint interface Typically only used by features which operate asynchronously: the toDiameterFeatureEndpoint 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 ToDiameterFeatureEndpointgetToFeatureEndpoint()
-
-
-
Method Detail
-
getToFeatureEndpoint
ToDiameterFeatureEndpoint getToFeatureEndpoint()
-
-