Uses of Class
org.apache.camel.builder.endpoint.EndpointRouteBuilder
-
Packages that use EndpointRouteBuilder Package Description org.apache.camel.builder.endpoint -
-
Uses of EndpointRouteBuilder in org.apache.camel.builder.endpoint
Subclasses of EndpointRouteBuilder in org.apache.camel.builder.endpoint Modifier and Type Class Description classEndpointRouteConfigurationBuilderA Java DSL which is used for building route configuration(s).Methods in org.apache.camel.builder.endpoint that return EndpointRouteBuilder Modifier and Type Method Description static EndpointRouteBuilderEndpointRouteBuilder. loadEndpointRoutesBuilder(org.apache.camel.spi.Resource resource, org.apache.camel.util.function.ThrowingBiConsumer<Reader,EndpointRouteBuilder,Exception> consumer)LoadsEndpointRouteBuilderfromResourceusing the given consumer to create anEndpointRouteBuilderinstance.static EndpointRouteBuilderEndpointRouteBuilder. loadEndpointRoutesBuilder(org.apache.camel.util.function.ThrowingConsumer<EndpointRouteBuilder,Exception> consumer)LoadsEndpointRouteBuilderfromResourceusing the given consumer to create anEndpointRouteBuilderinstance.Method parameters in org.apache.camel.builder.endpoint with type arguments of type EndpointRouteBuilder Modifier and Type Method Description static EndpointRouteBuilderEndpointRouteBuilder. loadEndpointRoutesBuilder(org.apache.camel.spi.Resource resource, org.apache.camel.util.function.ThrowingBiConsumer<Reader,EndpointRouteBuilder,Exception> consumer)LoadsEndpointRouteBuilderfromResourceusing the given consumer to create anEndpointRouteBuilderinstance.static EndpointRouteBuilderEndpointRouteBuilder. loadEndpointRoutesBuilder(org.apache.camel.util.function.ThrowingConsumer<EndpointRouteBuilder,Exception> consumer)LoadsEndpointRouteBuilderfromResourceusing the given consumer to create anEndpointRouteBuilderinstance.
-