Class BroadcastCommandDispatcherFactoryInstaller

java.lang.Object
org.wildfly.extension.messaging.activemq.broadcast.BroadcastCommandDispatcherFactoryInstaller
All Implemented Interfaces:
BiConsumer<org.jboss.as.controller.OperationContext,String>

public class BroadcastCommandDispatcherFactoryInstaller extends Object implements BiConsumer<org.jboss.as.controller.OperationContext,String>
Installs a distinct BroadcastCommandDispatcherFactory service per channel.
Author:
Paul Ferraro
  • Constructor Details

    • BroadcastCommandDispatcherFactoryInstaller

      public BroadcastCommandDispatcherFactoryInstaller()
  • Method Details

    • accept

      public void accept(org.jboss.as.controller.OperationContext context, String channelName)
      Specified by:
      accept in interface BiConsumer<org.jboss.as.controller.OperationContext,String>