Interface OrchestrationWarningCallback


public interface OrchestrationWarningCallback
The OrchestrationWarningCallback interface defines the callback that must be implemented in order to be informed of warnings during the Orchestrator lifecycle.

It is the main way for the Orchestrator to report warnings. It is optional and can be provided to the Orchestrator.Builder via Orchestrator.Builder.setWarningCallback(OrchestrationWarningCallback).
The OrchestrationWarningCallback used by the Orchestrator can also be modified during its lifecycle via Orchestrator.setWarningCallback(OrchestrationWarningCallback).

  • Method Details

    • onOrchestrationWarning

      void onOrchestrationWarning(OrchestrationWarning warning)
      callback that will be called when a warning occurs
      Parameters:
      warning - warning to be returned