I - a generic specifying the type of the initial result of the SubscriptionQueryResultU - a generic specifying the type of the subsequent updates of the SubscriptionQueryResultpublic class DisposableResult<I,U> extends Object implements org.axonframework.queryhandling.SubscriptionQueryResult<I,U>
SubscriptionQueryResult which adds the cancel() operation.| Constructor and Description |
|---|
DisposableResult(org.axonframework.queryhandling.SubscriptionQueryResult<I,U> delegate,
org.axonframework.common.Registration registration)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel() |
reactor.core.publisher.Mono<I> |
initialResult() |
reactor.core.publisher.Flux<U> |
updates() |
Copyright © 2010–2019. All rights reserved.