A lot of methods are already provided through the ReactorQueryGateway, expanding on the regular QueryGateway. The only thing which is currently really missing, is the option to only provide the queryName when issuing a query.
Currently the ReactorQueryGateway expects the usage of a Query Payload object to be able to dispatch a query.
A lot of methods are already provided through the
ReactorQueryGateway, expanding on the regularQueryGateway. The only thing which is currently really missing, is the option to only provide thequeryNamewhen issuing a query.Currently the
ReactorQueryGatewayexpects the usage of a Query Payload object to be able to dispatch a query.