Uses of Interface
org.wildfly.extension.messaging.activemq.broadcast.BroadcastCommandDispatcherFactory
-
-
Uses of BroadcastCommandDispatcherFactory in org.wildfly.extension.messaging.activemq
Methods in org.wildfly.extension.messaging.activemq with parameters of type BroadcastCommandDispatcherFactory Modifier and Type Method Description static org.apache.activemq.artemis.api.core.DiscoveryGroupConfigurationJGroupsDiscoveryGroupAdd. createDiscoveryGroupConfiguration(String name, org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration config, BroadcastCommandDispatcherFactory commandDispatcherFactory, String channelName) -
Uses of BroadcastCommandDispatcherFactory in org.wildfly.extension.messaging.activemq.broadcast
Classes in org.wildfly.extension.messaging.activemq.broadcast that implement BroadcastCommandDispatcherFactory Modifier and Type Class Description classConcurrentBroadcastCommandDispatcherFactoryABroadcastCommandDispatcherFactorythat returns the sameCommandDispatcherinstance for a given identifier.Constructors in org.wildfly.extension.messaging.activemq.broadcast with parameters of type BroadcastCommandDispatcherFactory Constructor Description CommandDispatcherBroadcastEndpointFactory(BroadcastCommandDispatcherFactory factory, String name) -
Uses of BroadcastCommandDispatcherFactory in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return BroadcastCommandDispatcherFactory Modifier and Type Method Description BroadcastCommandDispatcherFactoryExternalPooledConnectionFactoryService. getCommandDispatcherFactory(String name)
-