Uses of Interface
org.apache.camel.ComponentAware
Packages that use ComponentAware
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of ComponentAware in org.apache.camel
Subinterfaces of ComponentAware in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceMarks theEndpointas an endpoint from an API based component.interfaceMarks theEndpointas support asynchronous non-blocking routing in its consumer and producer.interfaceAn interface to represent anEndpointwhich are delegated.interfaceAn endpoint implements the Message Endpoint pattern and represents an endpoint that can send and receive message exchanges -
Uses of ComponentAware in org.apache.camel.spi
Subinterfaces of ComponentAware in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceAn optional interface anEndpointmay choose to implement which allows it to expose a way of browsing the exchanges available.interfaceThis is an endpoint when sending to it, is intercepted and is routed in a detour, with the following flow: before, send to original endpoint (can be skipped), after (optional).