hasHandler<TRequest> method

bool hasHandler<TRequest>()

Implementation

bool hasHandler<TRequest>() {
  return _handlerMapping.hasHandler<TRequest>();
}