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 CliConnectorFactoryExtendedCamelContext. getCliConnectorFactory()Gets theCliConnectorFactory(optional).Methods in org.apache.camel with parameters of type CliConnectorFactory Modifier and Type Method Description voidExtendedCamelContext. setCliConnectorFactory(CliConnectorFactory cliConnectorFactory)Sets theCliConnectorFactoryto use.
-