Interface LocalCommandDispatcherFactory

All Superinterfaces:
org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<LocalGroupMember>, org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<String, LocalGroupMember>

public interface LocalCommandDispatcherFactory extends org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<String, LocalGroupMember>
Factory for creating a local command dispatcher.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
     
    of(LocalGroup group)
    Returns a local command dispatcher factory for the specified group.

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

    createCommandDispatcher, createCommandDispatcher
  • Method Details

    • getGroup

      LocalGroup getGroup()
      Specified by:
      getGroup in interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<LocalGroupMember>
      Specified by:
      getGroup in interface org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<String, LocalGroupMember>
    • of

      Returns a local command dispatcher factory for the specified group.
      Parameters:
      group - a group
      Returns:
      a local command dispatcher factory for the specified group.