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 distinctBroadcastCommandDispatcherFactoryservice per channel.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description BroadcastCommandDispatcherFactoryInstaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.jboss.as.controller.OperationContext context, String channelName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(org.jboss.as.controller.OperationContext context, String channelName)- Specified by:
acceptin interfaceBiConsumer<org.jboss.as.controller.OperationContext,String>
-
-