shouldContinue

open fun shouldContinue(warnings: Set<Warning>, callback: (Boolean) -> Unit)

Asks delegate whether service should continue with the given warnings. Default implementation ignores warnings and callbacks with true.