Interface IPayloadResponseRequestManager<P,​R>

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

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