|
Rename Method public getReturnType() : Class<?> renamed to public getResultType() : Class<?> in class org.axonframework.queryhandling.annotation.QueryHandlingMember |
From |
To |
|
Rename Method public query() : void renamed to public querySingleWithTransaction() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |
|
Rename Method public queryAll(query QueryMessage<Q,R>, timeout long, unit TimeUnit) : Stream<R> renamed to public scatterGather(query QueryMessage<Q,R>, timeout long, unit TimeUnit) : Stream<QueryResponseMessage<R>> in class org.axonframework.queryhandling.SimpleQueryBus |
From |
To |
|
Rename Method public queryAll(query QueryMessage<Q,R>, timeout long, unit TimeUnit) : Stream<R> renamed to public scatterGather(query QueryMessage<Q,R>, timeout long, unit TimeUnit) : Stream<QueryResponseMessage<R>> in class org.axonframework.queryhandling.QueryBus |
From |
To |
|
Rename Method public getReturnType() : Class<?> renamed to public getResultType() : Class<?> in class org.axonframework.queryhandling.annotation.MethodQueryMessageHandlerDefinition.MethodQueryMessageHandlingMember |
From |
To |
|
Change Return Type R to QueryResponseMessage<R> in method private interceptAndInvoke(uow UnitOfWork<QueryMessage<Q,R>>, handler MessageHandler<? super QueryMessage<?,?>>) : QueryResponseMessage<R> in class org.axonframework.queryhandling.SimpleQueryBus |
From |
To |
|
Change Return Type CompletableFuture<R> to CompletableFuture<QueryResponseMessage<R>> in method public query(query QueryMessage<Q,R>) : CompletableFuture<QueryResponseMessage<R>> in class org.axonframework.queryhandling.SimpleQueryBus |
From |
To |
|
Change Return Type Stream<R> to Stream<QueryResponseMessage<R>> in method public scatterGather(query QueryMessage<Q,R>, timeout long, unit TimeUnit) : Stream<QueryResponseMessage<R>> in class org.axonframework.queryhandling.SimpleQueryBus |
From |
To |
|
Change Return Type Stream<R> to Stream<QueryResponseMessage<R>> in method public scatterGather(query QueryMessage<Q,R>, timeout long, unit TimeUnit) : Stream<QueryResponseMessage<R>> in class org.axonframework.queryhandling.QueryBus |
From |
To |
|
Change Return Type CompletableFuture<R> to CompletableFuture<QueryResponseMessage<R>> in method public query(query QueryMessage<Q,R>) : CompletableFuture<QueryResponseMessage<R>> in class org.axonframework.queryhandling.QueryBus |
From |
To |
|
Change Variable Type result : CompletableFuture<String> to result : CompletableFuture<?> in method public queryReturnsException() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |
|
Change Variable Type firstResult : Optional<String> to firstResult : Optional<QueryResponseMessage<String>> in method public queryFirstFromScatterGatherWillCommitUnitOfWork() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |
|
Change Variable Type result : CompletableFuture<String> to result : CompletableFuture<Collection<String>> in method public queryWithTransaction() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |
|
Change Variable Type result : R to result : QueryResponseMessage<R> in method public query(query QueryMessage<Q,R>) : CompletableFuture<QueryResponseMessage<R>> in class org.axonframework.queryhandling.SimpleQueryBus |
From |
To |
|
Change Variable Type completableFuture : CompletableFuture<R> to completableFuture : CompletableFuture<QueryResponseMessage<R>> in method public query(query QueryMessage<Q,R>) : CompletableFuture<QueryResponseMessage<R>> in class org.axonframework.queryhandling.SimpleQueryBus |
From |
To |
|
Change Variable Type failingHandler : MessageHandler<QueryMessage<?,String>> to failingHandler : MessageHandler<? super QueryMessage<?,?>> in method public queryForSingleResultWithUnsuitableHandlers() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |
|
Change Variable Type allResults : List<Object> to allResults : List<String> in method public queryAllWithInterceptors() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |
|
Change Variable Type result : CompletableFuture<String> to result : CompletableFuture<?> in method public queryUnsubscribedHandlers() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |
|
Change Variable Type actual : Stream<String> to actual : Stream<Collection<String>> in method public testDispatchMultiResultQuery() : void in class org.axonframework.queryhandling.DefaultQueryGatewayTest |
From |
To |
|
Change Variable Type result : CompletableFuture<String> to result : CompletableFuture<?> in method public queryUnknown() : void in class org.axonframework.queryhandling.SimpleQueryBusTest |
From |
To |