Uses of Interface
org.apache.camel.IsSingleton
Packages that use IsSingleton
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of IsSingleton in org.apache.camel
Subinterfaces of IsSingleton 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.interfaceAsynchronous producerinterfaceAn interface to represent anEndpointwhich are delegated.interfaceAn endpoint implements the Message Endpoint pattern and represents an endpoint that can send and receive message exchangesinterfaceProvides a channel on which clients can create and invoke message exchanges on anEndpoint. -
Uses of IsSingleton in org.apache.camel.spi
Subinterfaces of IsSingleton 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).