Package org.apache.activemq.broker
Interface BrokerPlugin
-
- All Known Implementing Classes:
AuthorizationPlugin,BrokerPluginSupport,ConnectionDotFilePlugin,DestinationDotFilePlugin,DestinationPathSeparatorBroker,DestinationsPlugin,DiscardingDLQBrokerPlugin,ForcePersistencyModeBrokerPlugin,JaasAuthenticationPlugin,JaasCertificateAuthenticationPlugin,JaasDualAuthenticationPlugin,JavaRuntimeConfigurationPlugin,LoggingBrokerPlugin,MulticastTraceBrokerPlugin,PartitionBrokerPlugin,RedeliveryPlugin,RuntimeConfigurationPlugin,ShiroPlugin,SimpleAuthenticationPlugin,StatisticsBrokerPlugin,SubQueueSelectorCacheBrokerPlugin,TimeStampingBrokerPlugin,TraceBrokerPathPlugin,UDPTraceBrokerPlugin,ZooKeeperPartitionBrokerPlugin
public interface BrokerPluginRepresents a plugin into a Broker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrokerinstallPlugin(Broker broker)Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.
-