respond abstract method

Future<R> respond(
  1. Event event,
  2. T request,
  3. Response response
)
inherited

Respond to a response.

Implementation

Future<R> respond(Event event, T request, Response response);