Class ConcurrentBroadcastCommandDispatcherFactory

    • Constructor Detail

      • ConcurrentBroadcastCommandDispatcherFactory

        public ConcurrentBroadcastCommandDispatcherFactory​(org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory factory)
    • Method Detail

      • receive

        public void receive​(byte[] data)
        Description copied from interface: BroadcastReceiver
        Receives the specified broadcast data.
        Specified by:
        receive in interface BroadcastReceiver
        Parameters:
        data - broadcast data
      • register

        public org.wildfly.clustering.Registration register​(BroadcastReceiver receiver)
        Specified by:
        register in interface org.wildfly.clustering.Registrar<BroadcastReceiver>
      • getGroup

        public org.wildfly.clustering.group.Group getGroup()
        Specified by:
        getGroup in interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
      • createCommandDispatcher

        public <C> org.wildfly.clustering.dispatcher.CommandDispatcher<C> createCommandDispatcher​(Object id,
                                                                                                  C context)
        Specified by:
        createCommandDispatcher in interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory