Interface Command<R,C>

Type Parameters:
C - the command context type
R - the command return type
All Superinterfaces:
org.wildfly.clustering.server.dispatcher.Command<R,C,Exception>, Serializable

@Deprecated(forRemoval=true) public interface Command<R,C> extends org.wildfly.clustering.server.dispatcher.Command<R,C,Exception>, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Superseded by Command.
A command to invoke remotely.
Author:
Paul Ferraro
  • Method Summary

    Methods inherited from interface org.wildfly.clustering.server.dispatcher.Command

    execute