Uses of Interface
org.wildfly.clustering.server.dispatcher.Command
Packages that use Command
-
Uses of Command in org.wildfly.clustering.server.dispatcher
Subinterfaces of Command in org.wildfly.clustering.server.dispatcherModifier and TypeInterfaceDescriptioninterfaceRuntimeCommand<R,C> A command that does not throw checked exceptions.Methods in org.wildfly.clustering.server.dispatcher with parameters of type CommandModifier and TypeMethodDescriptiondefault <R,E extends Exception>
Map<M,CompletionStage<R>> CommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command) Executes the specified command on all members of the group, optionally excluding some members.<R,E extends Exception>
Map<M,CompletionStage<R>> CommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command, Set<M> excluding) Executes the specified command on all members of the group, optionally excluding some members.<R,E extends Exception>
CompletionStage<R>CommandDispatcher.dispatchToMember(Command<R, ? super C, E> command, M member) Executes the specified command on the specified group member.