Uses of Class
org.apache.camel.builder.endpoint.EndpointRouteBuilder
Packages that use EndpointRouteBuilder
-
Uses of EndpointRouteBuilder in org.apache.camel.builder.endpoint
Subclasses of EndpointRouteBuilder in org.apache.camel.builder.endpointModifier and TypeClassDescriptionclassA Java DSL which is used for building route configuration(s).Methods in org.apache.camel.builder.endpoint that return EndpointRouteBuilderModifier and TypeMethodDescriptionstatic 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 EndpointRouteBuilderModifier and TypeMethodDescriptionstatic 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.