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.Logger
LOG
-
Constructor Summary
Constructors Constructor Description JavaRuntimeConfigurationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaRuntimeConfigurationBroker
getBroker()
Broker
installPlugin(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:BrokerPlugin
Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.- Specified by:
installPlugin
in interfaceBrokerPlugin
- Throws:
Exception
-
getBroker
public JavaRuntimeConfigurationBroker getBroker()
-
-