| Package | Description |
|---|---|
| org.axonframework.messaging.responsetypes |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceResponseType<R>
A
ResponseType implementation that will match with query
handlers which return a single instance of the expected response type. |
class |
MultipleInstancesResponseType<R>
A
ResponseType implementation that will match with query
handlers which return a multiple instances of the expected response type. |
class |
OptionalResponseType<R>
A
ResponseType implementation that will match with query
handlers which return a single instance of the expected response type, but returns that as an Optional containing
the result. |
Copyright © 2010–2022. All rights reserved.