Interface ChannelCommandDispatcherFactory

All Superinterfaces:
AutoCloseable, org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>, org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>, org.wildfly.clustering.server.Registration
All Known Implementing Classes:
JChannelCommandDispatcherFactory

public interface ChannelCommandDispatcherFactory extends org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>, org.wildfly.clustering.server.Registration
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.server.Registration

    EMPTY
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    createCommandDispatcher, createCommandDispatcher

    Methods inherited from interface org.wildfly.clustering.server.Registration

    close
  • Method Details

    • getGroup

      ChannelGroup getGroup()
      Specified by:
      getGroup in interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>
      Specified by:
      getGroup in interface org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>