Interface SipFeature
-
- All Superinterfaces:
SentinelFeature
public interface SipFeature extends SentinelFeature
Interface implemented by SIP features which need to expose aToFeatureEndpoint
interface.This is 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
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.SentinelFeature
abortFeature, dependenciesInjected, getFeatureName, startFeature, startFeature
-
-