Interface IResponderCallback

All Known Implementing Classes:
NettyResponderRequestHandlerTask

public interface IResponderCallback
The Interface IResponderCallback. Interface should be implemented by responders they wants to support asynchronous commands.
Author:
JTraber
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    responseCallback(IRequest request, IResponse response)
    Response callback.
  • Method Details

    • responseCallback

      void responseCallback(IRequest request, IResponse response)
      Response callback.
      Parameters:
      request - the request
      response - the response