Interface DiameterFeature
-
public interface DiameterFeature
Interface 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 ToDiameterFeatureEndpoint
getToFeatureEndpoint()
-
-
-
Method Detail
-
getToFeatureEndpoint
ToDiameterFeatureEndpoint getToFeatureEndpoint()
-
-