Interface ErrorInterceptor

All Known Implementing Classes:
ErrorCountingInterceptor

public sealed interface ErrorInterceptor permits ErrorCountingInterceptor
Error interceptor must be used to intercept WebSocketEndpoint.doOnError(Throwable). The 'doOnError' method is called from within the class and using an endpoint wrapper wouldn't be sufficient.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    intercept(Throwable throwable)
     
  • Method Details

    • intercept

      void intercept(Throwable throwable)