|
Change Parameter Type handler : BiConsumer<Address,M> to handler : BiConsumer<MemberId,M> in method public subscribe(subject String, handler BiConsumer<MemberId,M>, executor Executor) : CompletableFuture<Void> in class io.atomix.cluster.messaging.ClusterCommunicationService |
From |
To |
|
Change Parameter Type handler : BiConsumer<Address,M> to handler : BiConsumer<MemberId,M> in method public subscribe(subject String, decoder Function<byte[],M>, handler BiConsumer<MemberId,M>, executor Executor) : CompletableFuture<Void> in class io.atomix.cluster.messaging.impl.DefaultClusterCommunicationService |
From |
To |
|
Change Parameter Type handler : BiConsumer<Address,M> to handler : BiConsumer<MemberId,M> in method public subscribe(subject String, decoder Function<byte[],M>, handler BiConsumer<MemberId,M>, executor Executor) : CompletableFuture<Void> in class io.atomix.cluster.messaging.ClusterCommunicationService |
From |
To |
|
Change Parameter Type consumer : BiConsumer<Address,M> to consumer : BiConsumer<MemberId,M> in method package InternalMessageBiConsumer(decoder Function<byte[],M>, consumer BiConsumer<MemberId,M>) in class io.atomix.cluster.messaging.impl.DefaultClusterCommunicationService.InternalMessageBiConsumer |
From |
To |