Uses of Interface
org.apache.camel.component.telegram.TelegramService
-
Packages that use TelegramService Package Description org.apache.camel.component.telegram org.apache.camel.component.telegram.service -
-
Uses of TelegramService in org.apache.camel.component.telegram
Methods in org.apache.camel.component.telegram that return TelegramService Modifier and Type Method Description TelegramService
TelegramEndpoint. getTelegramService()
-
Uses of TelegramService in org.apache.camel.component.telegram.service
Classes in org.apache.camel.component.telegram.service that implement TelegramService Modifier and Type Class Description class
TelegramServiceRestBotAPIAdapter
Adapts theRestBotAPI
to theTelegramService
interface.
-