Uses of Class
org.apache.camel.component.event.EventEndpoint
-
Packages that use EventEndpoint Package Description org.apache.camel.component.event An Event Endpoint for working with Spring ApplicationEventsorg.apache.camel.spring The classes for working with Camel and Spring along with the primary factory beans. -
-
Uses of EventEndpoint in org.apache.camel.component.event
Methods in org.apache.camel.component.event that return EventEndpoint Modifier and Type Method Description protected EventEndpointEventComponent. createEndpoint(String uri, String remaining, Map<String,Object> parameters)EventEndpointCamelEvent. getSource()Methods in org.apache.camel.component.event with parameters of type EventEndpoint Modifier and Type Method Description protected voidEventComponent. consumerStarted(EventEndpoint endpoint)protected voidEventComponent. consumerStopped(EventEndpoint endpoint)Constructors in org.apache.camel.component.event with parameters of type EventEndpoint Constructor Description CamelEvent(EventEndpoint source, org.apache.camel.Exchange exchange)EventConsumer(EventEndpoint endpoint, org.apache.camel.Processor processor) -
Uses of EventEndpoint in org.apache.camel.spring
Methods in org.apache.camel.spring that return EventEndpoint Modifier and Type Method Description protected EventEndpointSpringCamelContext. createEventEndpoint()
-