Interface ErrorListenerEnsembleable<T>

All Superinterfaces:
Ensembleable<T>
All Known Implementing Classes:
GetConfigBuilderImpl

public interface ErrorListenerEnsembleable<T> extends Ensembleable<T>
  • Method Details

    • withUnhandledErrorListener

      Ensembleable<T> withUnhandledErrorListener(UnhandledErrorListener listener)
      Set an error listener for this background operation. If an exception occurs while processing the call in the background, this listener will be called.
      Parameters:
      listener - the listener
      Returns:
      this for chaining