I - a generic specifying the type of the initial result of the SubscriptionQueryResultU - a generic specifying the type of the subsequent updates of the SubscriptionQueryResult@Deprecated public 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Deprecated.
|
reactor.core.publisher.Mono<I> |
initialResult()
Deprecated.
|
reactor.core.publisher.Flux<U> |
updates()
Deprecated.
|
public DisposableResult(org.axonframework.queryhandling.SubscriptionQueryResult<I,U> delegate, org.axonframework.common.Registration registration)
delegate - a SubscriptionQueryResult which will be wrappedregistration - a Registration paired with the delegateCopyright © 2010–2023. All rights reserved.