Uses of Interface
org.apache.camel.builder.component.dsl.ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder
-
Packages that use ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder Modifier and Type Method Description static ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder
ComponentsBuilderFactory. chatscript()
ChatScript (camel-chatscript) Chat with a ChatScript Server. -
Uses of ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder Modifier and Type Class Description static class
ChatscriptComponentBuilderFactory.ChatscriptComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder Modifier and Type Method Description default ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder
ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.static ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder
ChatscriptComponentBuilderFactory. chatscript()
ChatScript (camel-chatscript) Chat with a ChatScript Server.default ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder
ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-