Interface | Description |
---|---|
ResponseType<R> |
Specifies the expected response type required when performing a query through the
QueryBus /QueryGateway . |
Class | Description |
---|---|
AbstractResponseType<R> |
Abstract implementation of the
ResponseType which contains
match functions for the majority of the Type options available. |
InstanceResponseType<R> |
A
ResponseType implementation that will match with query
handlers which return a single instance of the expected response type. |
MultipleInstancesResponseType<R> |
A
ResponseType implementation that will match with query
handlers which return a multiple instances of the expected response type. |
ResponseTypes |
Utility class containing static methods to obtain instances of
ResponseType . |
Copyright © 2010–2019. All rights reserved.