Package org.apache.activemq.plugin.java
Class JavaRuntimeConfigurationPlugin
- java.lang.Object
-
- org.apache.activemq.plugin.java.JavaRuntimeConfigurationPlugin
-
- All Implemented Interfaces:
BrokerPlugin
public class JavaRuntimeConfigurationPlugin extends Object implements BrokerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description JavaRuntimeConfigurationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaRuntimeConfigurationBrokergetBroker()BrokerinstallPlugin(Broker broker)Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.
-
-
-
Method Detail
-
installPlugin
public Broker installPlugin(Broker broker) throws Exception
Description copied from interface:BrokerPluginInstalls the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.- Specified by:
installPluginin interfaceBrokerPlugin- Throws:
Exception
-
getBroker
public JavaRuntimeConfigurationBroker getBroker()
-
-