org.apache.camel.component.eventadmin
Class EventAdminEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.eventadmin.EventAdminEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton, Service, HasId
public class EventAdminEndpoint
- extends DefaultEndpoint
EventAdmin endpoint
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, start, stop, toString |
EventAdminEndpoint
public EventAdminEndpoint(String uri,
EventAdminComponent component,
String topic)
getTopic
public String getTopic()
isSend
public boolean isSend()
setSend
public void setSend(boolean send)
getComponent
public EventAdminComponent getComponent()
- Overrides:
getComponent in class DefaultEndpoint
createProducer
public Producer createProducer()
throws Exception
- Throws:
Exception
createConsumer
public Consumer createConsumer(Processor processor)
throws Exception
- Throws:
Exception
isSingleton
public boolean isSingleton()
Apache CAMEL