Interface TelegramEndpointBuilderFactory.TelegramBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
TelegramEndpointBuilderFactory

public static interface TelegramEndpointBuilderFactory.TelegramBuilders
  • Method Details

    • telegram

      Telegram (camel-telegram) Send and receive messages acting as a Telegram Bot Telegram Bot API. Category: cloud,api,chat Since: 2.18 Maven coordinates: org.apache.camel:camel-telegram
      Returns:
      the dsl builder for the headers' name.
    • telegram

      Telegram (camel-telegram) Send and receive messages acting as a Telegram Bot Telegram Bot API. Category: cloud,api,chat Since: 2.18 Maven coordinates: org.apache.camel:camel-telegram Syntax: telegram:type Path parameter: type (required) The endpoint type. Currently, only the 'bots' type is supported. There are 1 enums and the value can be one of: bots
      Parameters:
      path - type
      Returns:
      the dsl builder
    • telegram

      default TelegramEndpointBuilderFactory.TelegramEndpointBuilder telegram(String componentName, String path)
      Telegram (camel-telegram) Send and receive messages acting as a Telegram Bot Telegram Bot API. Category: cloud,api,chat Since: 2.18 Maven coordinates: org.apache.camel:camel-telegram Syntax: telegram:type Path parameter: type (required) The endpoint type. Currently, only the 'bots' type is supported. There are 1 enums and the value can be one of: bots
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - type
      Returns:
      the dsl builder