Class CommandDispatcherITCase<M extends org.wildfly.clustering.server.GroupMember,F extends org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<M>>

java.lang.Object
org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherITCase<M,F>
Type Parameters:
M - the group member type
F - the command dispatcher factory type
Direct Known Subclasses:
CacheContainerCommandDispatcherITCase, ChannelCommandDispatcherITCase

public abstract class CommandDispatcherITCase<M extends org.wildfly.clustering.server.GroupMember,F extends org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<M>> extends Object
Base integration test for CommandDispatcher implementations.
Author:
Paul Ferraro
  • Constructor Details

    • CommandDispatcherITCase

      protected CommandDispatcherITCase(BiFunction<String,String,org.wildfly.clustering.context.Context<F>> contextFactory)
  • Method Details