Interface Ss7Feature
-
- All Superinterfaces:
SentinelFeature
public interface Ss7Feature extends SentinelFeature
Interface implemented by SS7 features which wish to expose a toFeatureEndpoint interface Typically only used by features which operate asynchronously: the toFeatureEndpoint 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 ToSs7FeatureEndpoint
getToFeatureEndpoint()
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.SentinelFeature
abortFeature, dependenciesInjected, getFeatureName, startFeature, startFeature
-
-
-
-
Method Detail
-
getToFeatureEndpoint
ToSs7FeatureEndpoint getToFeatureEndpoint()
-
-