Handler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response.
The HTTP request is sent encapsulated into a ServiceRequest object through the event bus. The expected reply is a ServiceResponse
This handler requires a {@link ValidationHandler} that process request parameters, so they can be encapsulated by this handler inside the ServiceRequest
Handler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response.
The HTTP request is sent encapsulated into a ServiceRequest object through the event bus. The expected reply is a ServiceResponse
This handler requires a {@link ValidationHandler} that process request parameters, so they can be encapsulated by this handler inside the ServiceRequest