Interface IErrorStreamer

All Superinterfaces:
ICanStreamToOptimization<IErrorEvent>
All Known Implementing Classes:
ErrorStreamer

public interface IErrorStreamer extends ICanStreamToOptimization<IErrorEvent>
  • Method Details

    • stream

      void stream(ErrorCode errorCode, Throwable cause)
    • stream

      @Deprecated void stream(int errorCode, String message)
      Deprecated.
      This method will be dropped soon use stream(ErrorCode errorCode, Throwable cause)
      Parameters:
      errorCode - the error code
      message - the message