Uses of Interface
org.wildfly.clustering.dispatcher.Command
-
Packages that use Command Package Description org.wildfly.clustering.dispatcher Public clustering API which facilitates remote command execution on the cluster. -
-
Uses of Command in org.wildfly.clustering.dispatcher
Methods in org.wildfly.clustering.dispatcher with parameters of type Command Modifier and Type Method Description <R> Map<Node,CompletionStage<R>>CommandDispatcher. executeOnGroup(Command<R,? super C> command, Node... excludedMembers)Executes the specified command on all members of the group, optionally excluding some members.<R> CompletionStage<R>CommandDispatcher. executeOnMember(Command<R,? super C> command, Node member)Executes the specified command on the specified group member.
-