Class ConcurrentBroadcastCommandDispatcherFactory

java.lang.Object
org.wildfly.extension.messaging.activemq.broadcast.ConcurrentBroadcastCommandDispatcherFactory
All Implemented Interfaces:
CommandDispatcherFactory, Registrar<BroadcastReceiver>, BroadcastCommandDispatcherFactory, BroadcastReceiver, BroadcastReceiverRegistrar

public class ConcurrentBroadcastCommandDispatcherFactory extends Object implements BroadcastCommandDispatcherFactory
A BroadcastCommandDispatcherFactory that returns the same CommandDispatcher instance for a given identifier.
Author:
Paul Ferraro