Interface StubEndpointBuilderFactory.StubBuilders

    • Method Detail

      • stub

        default StubEndpointBuilderFactory.StubEndpointBuilder stub​(String path)
        Stub (camel-stub) Stub out any physical endpoints while in development or testing. Category: core,testing Since: 2.10 Maven coordinates: org.apache.camel:camel-stub Syntax: stub:name Path parameter: name (required) Name of queue
        Parameters:
        path - name
      • stub

        default StubEndpointBuilderFactory.StubEndpointBuilder stub​(String componentName,
                                                                    String path)
        Stub (camel-stub) Stub out any physical endpoints while in development or testing. Category: core,testing Since: 2.10 Maven coordinates: org.apache.camel:camel-stub Syntax: stub:name Path parameter: name (required) Name of queue
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name