Uses of Interface
org.apache.camel.builder.endpoint.dsl.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder
Packages that use OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder
-
Uses of OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the OptaPlanner component.Methods in org.apache.camel.builder.endpoint.dsl that return OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilderModifier and TypeMethodDescriptionOptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder.async(boolean async) Specifies to perform operations in async mode.Specifies to perform operations in async mode.OptaPlannerEndpointBuilderFactory.AdvancedOptaPlannerEndpointProducerBuilder.basic()OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder.configFile(String configFile) If SolverManager is absent from the header {OptaPlannerConstants.SOLVER_MANAGER} : A SolverManager will be created using this Optaplanner config file.In case of using SolverManager : the problem id.In case of using SolverManager : the problem id.Specifies the solverId to user for the solver instance key.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder.solverManager(String solverManager) SolverManager.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder.solverManager(org.optaplanner.core.api.solver.SolverManager solverManager) SolverManager.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder.threadPoolSize(int threadPoolSize) Specifies the thread pool size to use when async is true.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointProducerBuilder.threadPoolSize(String threadPoolSize) Specifies the thread pool size to use when async is true.