Uses of Class
org.wildfly.clustering.dispatcher.CommandDispatcherException
Packages that use CommandDispatcherException
Package
Description
Public clustering API which facilitates remote command execution
on the cluster.
-
Uses of CommandDispatcherException in org.wildfly.clustering.dispatcher
Methods in org.wildfly.clustering.dispatcher that throw CommandDispatcherExceptionModifier and TypeMethodDescription<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.