|
Change Return Type CompletableFuture<Void> to Session in method public publish(event String, message Object) : Session in class io.atomix.copycat.manager.ManagedResourceSession |
From |
To |
|
Change Return Type CompletableFuture to void in method private registerConsumer(commit Commit<MessageBusCommands.Register>) : void in class io.atomix.copycat.coordination.state.MessageBusState |
From |
To |
|
Change Return Type CompletableFuture<Object> to Object in method private operateResource(commit Commit<ResourceOperation>) : Object in class io.atomix.copycat.manager.ResourceManager |
From |
To |
|
Change Return Type CompletableFuture<Void> to Session in method public publish(event String, message Object) : Session in class io.atomix.copycat.resource.ResourceSession |
From |
To |
|
Change Return Type CompletableFuture<U> to U in method package execute(commit Commit<T>) : U in class io.atomix.copycat.manager.ResourceStateMachineExecutor |
From |
To |