Package org.apache.camel.component.direct

The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint.

See:
          Description

Class Summary
DirectComponent Represents the component that manages DirectEndpoint.
DirectConsumer The direct consumer.
DirectEndpoint Represents a direct endpoint that synchronously invokes the consumer of the endpoint when a producer sends a message to it.
DirectProducer The direct producer.
 

Exception Summary
DirectConsumerNotAvailableException Exception thrown when no consumers are available.
 

Package org.apache.camel.component.direct Description

The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. This also known as strait through processing.



Apache CAMEL