Uses of Interface
org.apache.activemq.artemis.core.server.plugin.ActiveMQServerBasePlugin
-
-
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return types with arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description List<ActiveMQServerBasePlugin>Configuration. getBrokerPlugins()Methods in org.apache.activemq.artemis.core.config with parameters of type ActiveMQServerBasePlugin Modifier and Type Method Description voidConfiguration. registerBrokerPlugin(ActiveMQServerBasePlugin plugin)voidConfiguration. unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin)Method parameters in org.apache.activemq.artemis.core.config with type arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description voidConfiguration. registerBrokerPlugins(List<ActiveMQServerBasePlugin> plugins) -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
Subinterfaces of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity Modifier and Type Interface Description interfaceAMQPFederationBrokerPluginMarker interface for AMQP Federation broker plugins which allows for the decoupling of the actual AMQP federation broker plugin API as the AMQP protocol module may not always be present on the classpath for a broker install. -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.plugin
Classes in org.apache.activemq.artemis.core.server.plugin with type parameters of type ActiveMQServerBasePlugin Modifier and Type Interface Description interfaceActiveMQPluginRunnable<P extends ActiveMQServerBasePlugin>Subinterfaces of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.plugin Modifier and Type Interface Description interfaceActiveMQServerAddressPlugininterfaceActiveMQServerBindingPlugininterfaceActiveMQServerBridgePlugininterfaceActiveMQServerConnectionPlugininterfaceActiveMQServerConsumerPlugininterfaceActiveMQServerCriticalPlugininterfaceActiveMQServerFederationPlugininterfaceActiveMQServerMessagePlugininterfaceActiveMQServerPlugininterfaceActiveMQServerQueuePlugininterfaceActiveMQServerResourcePlugininterfaceActiveMQServerSessionPlugin
-