Interface AsyncDataExchangeHandler

All Superinterfaces:
AsyncDataConsumer, AsyncDataProducer, ResourceHolder
All Known Subinterfaces:
AsyncClientExchangeHandler, AsyncServerExchangeHandler
All Known Implementing Classes:
AbstractClassicServerExchangeHandler, AbstractServerExchangeHandler, BasicAsyncServerExpectationDecorator, BasicClientExchangeHandler, BasicServerExchangeHandler, ImmediateResponseExchangeHandler, ReactiveServerExchangeHandler

public interface AsyncDataExchangeHandler extends AsyncDataConsumer, AsyncDataProducer
Abstract asynchronous data exchange handler that acts as a data consumer and a data producer.
Since:
5.0
  • Method Details

    • failed

      void failed(Exception cause)
      Triggered to signal a failure in data processing.
      Parameters:
      cause - the cause of the failure.