Interface IResponseOnlyRequestManager<R>

  • Type Parameters:
    R - The type of the response.
    All Known Implementing Classes:
    ResponseOnlyRequestManager

    public interface IResponseOnlyRequestManager<R>
    A handler for some async method which takes a payload and returns a response.
    Author:
    Bruce Skingle