Class IdentityCommand<C>

java.lang.Object
org.wildfly.clustering.server.jgroups.dispatcher.test.IdentityCommand<C>
Type Parameters:
C - the command context type
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<C, C, RuntimeException>

public class IdentityCommand<C> extends Object implements org.wildfly.clustering.server.dispatcher.Command<C, C, RuntimeException>
Test command.
Author:
Paul Ferraro
  • Constructor Details

    • IdentityCommand

      @ProtoFactory public IdentityCommand()
  • Method Details