Interface NsqEndpointBuilderFactory.NsqBuilders

    • Method Detail

      • nsq

        default NsqEndpointBuilderFactory.NsqEndpointBuilder nsq​(String path)
        NSQ (camel-nsq) Send and receive messages from NSQ realtime distributed messaging platform. Category: messaging Since: 2.23 Maven coordinates: org.apache.camel:camel-nsq Syntax: nsq:topic Path parameter: topic (required) The NSQ topic
        Parameters:
        path - topic
        Returns:
        the dsl builder
      • nsq

        default NsqEndpointBuilderFactory.NsqEndpointBuilder nsq​(String componentName,
                                                                 String path)
        NSQ (camel-nsq) Send and receive messages from NSQ realtime distributed messaging platform. Category: messaging Since: 2.23 Maven coordinates: org.apache.camel:camel-nsq Syntax: nsq:topic Path parameter: topic (required) The NSQ topic
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topic
        Returns:
        the dsl builder