public interface FeatureEndpoint
Modifier and Type | Method and Description |
---|---|
void |
featureCannotStart(FeatureError reason)
notification: feature failed to start properly
|
void |
featureFailedToExecute(FeatureError reason)
notification: feature has started, but failed during execution
|
void |
featureHasFinished()
directive: this feature has finished
|
void |
featureIssuedWarning(FeatureWarning warning)
notification: feature had a problem it managed to resolve internally
|
java.lang.String |
getConvergenceName()
return: the convergence name of the SBB entity.
|
void featureCannotStart(FeatureError reason)
reason
- why the feature has failedvoid featureFailedToExecute(FeatureError reason)
reason
- why the feature has failedvoid featureIssuedWarning(FeatureWarning warning)
warning
- warning from the feature to sentinel corevoid featureHasFinished()
java.lang.String getConvergenceName()
Copyright © OpenCloud. All Rights Reserved.