Uses of Class
org.apache.camel.component.telegram.TelegramConfiguration
-
Packages that use TelegramConfiguration Package Description org.apache.camel.component.telegram -
-
Uses of TelegramConfiguration in org.apache.camel.component.telegram
Methods in org.apache.camel.component.telegram that return TelegramConfiguration Modifier and Type Method Description TelegramConfiguration
TelegramEndpoint. getConfiguration()
Methods in org.apache.camel.component.telegram with parameters of type TelegramConfiguration Modifier and Type Method Description void
TelegramEndpoint. setConfiguration(TelegramConfiguration configuration)
Constructors in org.apache.camel.component.telegram with parameters of type TelegramConfiguration Constructor Description TelegramEndpoint(String endpointUri, org.apache.camel.Component component, TelegramConfiguration configuration, org.asynchttpclient.AsyncHttpClient client, org.asynchttpclient.AsyncHttpClientConfig clientConfig)
-