Uses of Interface
org.apache.camel.IsSingleton
Packages that use IsSingleton
-
Uses of IsSingleton in org.apache.camel
Subinterfaces of IsSingleton in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceMarker interface indicating that anEndpointbelongs to an API-based component, where the endpoint URI encodes an API name and method name rather than a plain scheme and path.interfaceMarker interface indicating that theEndpoint's consumer and producer support asynchronous, non-blocking routing.interfaceinterfaceinterfaceAn endpoint implements the Message Endpoint pattern and represents an endpoint that can send and receive message exchangesinterface -
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.interfaceAnEndpointwrapper that, when sent to, detours the exchange: before, send to the original endpoint (which can be skipped), then after (optional).