public static interface ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
chatUserName(String chatUserName)
Username who initializes the CS conversation.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
resetChat(boolean resetChat)
Issues :reset command to start a new conversation everytime.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder |
resetChat(String resetChat)
Issues :reset command to start a new conversation everytime.
|
default ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder chatUserName(String chatUserName)
chatUserName - the value to setdefault ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder resetChat(boolean resetChat)
resetChat - the value to setdefault ChatScriptEndpointBuilderFactory.ChatScriptEndpointBuilder resetChat(String resetChat)
resetChat - the value to setApache Camel