|
Change Parameter Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in method private ConsistentHashMember(member Member, segmentCount int, commandFilter CommandMessageFilter) in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember |
From |
To |
|
Change Parameter Type messageFilter : Predicate<? super CommandMessage<?>> to messageFilter : CommandMessageFilter in method public JoinMessage(loadFactor int, messageFilter CommandMessageFilter, order int, expectReply boolean) in class org.axonframework.jgroups.commandhandling.JoinMessage |
From |
To |
|
Change Parameter Type commandMessage : CommandMessage to message : CommandMessage<?> in method public matches(message CommandMessage<?>) : boolean in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Parameter Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in method public with(member Member, loadFactor int, commandFilter CommandMessageFilter) : ConsistentHash in class org.axonframework.commandhandling.distributed.ConsistentHash |
From |
To |
|
Change Parameter Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in method public updateMembership(loadFactor int, commandFilter CommandMessageFilter) : void in class org.axonframework.jgroups.commandhandling.JGroupsConnector |
From |
To |
|
Change Parameter Type commandMessage : CommandMessage to message : CommandMessage<?> in method public matches(message CommandMessage<?>) : boolean in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Parameter Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in method public updateMembership(loadFactor int, commandFilter CommandMessageFilter) : void in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Parameter Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in method public MessageRoutingInformation(loadFactor int, commandFilter CommandMessageFilter, serializer Serializer) in class org.axonframework.springcloud.commandhandling.MessageRoutingInformation |
From |
To |
|
Change Parameter Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in method public updateMembership(loadFactor int, commandFilter CommandMessageFilter) : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouter |
From |
To |
|
Change Parameter Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in method public updateMembership(loadFactor int, commandFilter CommandMessageFilter) : void in class org.axonframework.commandhandling.distributed.CommandRouter |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Parameter Type commandMessage : CommandMessage to commandMessage : CommandMessage<?> in method public matches(commandMessage CommandMessage<?>) : boolean in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Parameter Type newFilter : Predicate<CommandMessage<?>> to newFilter : CommandMessageFilter in method private updateFilter(newFilter CommandMessageFilter) : void in class org.axonframework.commandhandling.distributed.DistributedCommandBus |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Parameter Type other : Predicate<? super CommandMessage<?>> to other : CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public negate() : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public negate() : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Return Type Predicate<? super CommandMessage<?>> to CommandMessageFilter in method public getCommandFilter() : CommandMessageFilter in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public negate() : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyCommandNameFilter |
From |
To |
|
Change Return Type Predicate<? super CommandMessage<?>> to CommandMessageFilter in method public messageFilter() : CommandMessageFilter in class org.axonframework.jgroups.commandhandling.JoinMessage |
From |
To |
|
Change Return Type Predicate<? super CommandMessage<?>> to CommandMessageFilter in method public getCommandFilter(serializer Serializer) : CommandMessageFilter in class org.axonframework.springcloud.commandhandling.MessageRoutingInformation |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public and(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.CommandNameFilter |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.AcceptAll |
From |
To |
|
Change Return Type Predicate<CommandMessage<?>> to CommandMessageFilter in method public or(other CommandMessageFilter) : CommandMessageFilter in class org.axonframework.commandhandling.distributed.commandfilter.DenyAll |
From |
To |
|
Change Attribute Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in class org.axonframework.jgroups.commandhandling.JGroupsConnector |
From |
To |
|
Change Attribute Type commandFilter : AtomicReference<Predicate<CommandMessage<?>>> to commandFilter : AtomicReference<CommandMessageFilter> in class org.axonframework.commandhandling.distributed.DistributedCommandBus |
From |
To |
|
Change Attribute Type COMMAND_NAME_FILTER : Predicate<? super CommandMessage<?>> to COMMAND_NAME_FILTER : CommandMessageFilter in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Change Attribute Type commandFilter : Predicate<? super CommandMessage<?>> to commandFilter : CommandMessageFilter in class org.axonframework.commandhandling.distributed.ConsistentHash.ConsistentHashMember |
From |
To |
|
Change Attribute Type COMMAND_NAME_FILTER : Predicate<? super CommandMessage<?>> to COMMAND_NAME_FILTER : CommandMessageFilter in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouterTest |
From |
To |
|
Change Attribute Type messageFilter : Predicate<? super CommandMessage<?>> to messageFilter : CommandMessageFilter in class org.axonframework.jgroups.commandhandling.JoinMessage |
From |
To |