Uses of Interface
org.apache.camel.spi.CliConnectorFactory
-
Packages that use CliConnectorFactory Package Description org.apache.camel The core Camel API. -
-
Uses of CliConnectorFactory in org.apache.camel
Methods in org.apache.camel that return CliConnectorFactory Modifier and Type Method Description CliConnectorFactory
ExtendedCamelContext. getCliConnectorFactory()
Gets theCliConnectorFactory
(optional).Methods in org.apache.camel with parameters of type CliConnectorFactory Modifier and Type Method Description void
ExtendedCamelContext. setCliConnectorFactory(CliConnectorFactory cliConnectorFactory)
Sets theCliConnectorFactory
to use.
-