Uses of Interface
org.apache.camel.model.EndpointRequiredDefinition
-
Packages that use EndpointRequiredDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of EndpointRequiredDefinition in org.apache.camel.model
Classes in org.apache.camel.model that implement EndpointRequiredDefinition Modifier and Type Class Description class
FromDefinition
Act as a message source as input to a routeclass
InOnlyDefinition
Deprecated.class
InOutDefinition
Deprecated.class
SagaActionUriDefinition
Allows to declare saga actions to complete or compensate a sagaclass
SendDefinition<Type extends ProcessorDefinition<Type>>
Sends the message to an endpointclass
ToDefinition
Sends the message to a static endpoint
-