Interface GroupCommandDispatcherFactory<A extends Comparable<A>, M extends GroupMember<A>>

Type Parameters:
A - the group member address type
M - the group member type
All Superinterfaces:
org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<M>

public interface GroupCommandDispatcherFactory<A extends Comparable<A>, M extends GroupMember<A>> extends org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<M>
CommandDispatcherFactory whose group exposes a mechanism to create a group member for a given unique address.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    createCommandDispatcher, createCommandDispatcher
  • Method Details

    • getGroup

      Group<A,M> getGroup()
      Specified by:
      getGroup in interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<A extends Comparable<A>>