Interface IggyEndpointBuilderFactory.IggyBuilders

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

public static interface IggyEndpointBuilderFactory.IggyBuilders
  • Method Details

    • iggy

      Iggy (camel-iggy) Send and receive message to Apache Iggy streaming platform. Category: messaging Since: 4.17 Maven coordinates: org.apache.camel:camel-iggy Syntax: iggy:topicName Path parameter: topicName (required) Name of the topic
      Parameters:
      path - topicName
      Returns:
      the dsl builder
    • iggy

      default IggyEndpointBuilderFactory.IggyEndpointBuilder iggy(String componentName, String path)
      Iggy (camel-iggy) Send and receive message to Apache Iggy streaming platform. Category: messaging Since: 4.17 Maven coordinates: org.apache.camel:camel-iggy Syntax: iggy:topicName Path parameter: topicName (required) Name of the topic
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - topicName
      Returns:
      the dsl builder