Uses of Interface
org.wildfly.extension.messaging.activemq.broadcast.BroadcastReceiverRegistrar
-
Packages that use BroadcastReceiverRegistrar Package Description org.wildfly.extension.messaging.activemq.broadcast -
-
Uses of BroadcastReceiverRegistrar in org.wildfly.extension.messaging.activemq.broadcast
Subinterfaces of BroadcastReceiverRegistrar in org.wildfly.extension.messaging.activemq.broadcast Modifier and Type Interface Description interfaceBroadcastCommandDispatcherFactoryACommandDispatcherFactorythat is also a registry ofBroadcastReceivers.Classes in org.wildfly.extension.messaging.activemq.broadcast that implement BroadcastReceiverRegistrar 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 BroadcastReceiverRegistrar Constructor Description CommandDispatcherBroadcastEndpoint(CommandDispatcherFactory factory, String name, BroadcastReceiverRegistrar registrar, Function<String,BroadcastManager> managerFactory)
-