public class CamelRoutesBrokerPlugin extends Object implements BrokerPlugin
Constructor and Description |
---|
CamelRoutesBrokerPlugin() |
Modifier and Type | Method and Description |
---|---|
int |
getCheckPeriod() |
String |
getRoutesFile() |
Broker |
installPlugin(Broker broker)
Installs the plugin into the interceptor chain of the broker, returning the new
intercepted broker to use.
|
void |
setCheckPeriod(int checkPeriod) |
void |
setRoutesFile(String routesFile) |
public CamelRoutesBrokerPlugin()
public String getRoutesFile()
public void setRoutesFile(String routesFile)
public int getCheckPeriod()
public void setCheckPeriod(int checkPeriod)
public Broker installPlugin(Broker broker) throws Exception
BrokerPlugin
installPlugin
in interface BrokerPlugin
broker
- Exception
BrokerPlugin.installPlugin(org.apache.activemq.broker.Broker)
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.