Interface FeatureEndpoint

    • Method Detail

      • featureCannotStart

        void featureCannotStart​(FeatureError reason)
        notification: feature failed to start properly
        Parameters:
        reason - why the feature has failed
      • featureFailedToExecute

        void featureFailedToExecute​(FeatureError reason)
        notification: feature has started, but failed during execution
        Parameters:
        reason - why the feature has failed
      • featureIssuedWarning

        void featureIssuedWarning​(FeatureWarning warning)
        notification: feature had a problem it managed to resolve internally
        Parameters:
        warning - warning from the feature to sentinel core
      • featureHasFinished

        void featureHasFinished()
        directive: this feature has finished
      • getConvergenceName

        java.lang.String getConvergenceName()
        return: the convergence name of the SBB entity.
        Returns:
        the convergence name of the SBB entity.