Uses of Interface
org.apache.camel.IsSingleton
-
Packages that use IsSingleton Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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.camel Modifier and Type Interface Description interfaceApiEndpointMarks theEndpointas an endpoint from an API based component.interfaceAsyncEndpointMarks theEndpointas support asynchronous non-blocking routing in its consumer and producer.interfaceAsyncProducerAsynchronous producerinterfaceDelegateEndpointAn interface to represent anEndpointwhich are delegated.interfaceEndpointAn endpoint implements the Message Endpoint pattern and represents an endpoint that can send and receive message exchangesinterfaceProducerProvides 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.spi Modifier and Type Interface Description interfaceBrowsableEndpointAn optional interface anEndpointmay choose to implement which allows it to expose a way of browsing the exchanges available.interfaceInterceptSendToEndpointThis 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).
-