Class SendDefinition<Type extends ProcessorDefinition<Type>>

    • Field Detail

      • endpoint

        protected org.apache.camel.Endpoint endpoint
      • uri

        @Metadata(required=true)
        protected String uri
    • Constructor Detail

      • SendDefinition

        public SendDefinition()
      • SendDefinition

        public SendDefinition​(String uri)
    • Method Detail

      • getUri

        public String getUri()
      • setUri

        public void setUri​(String uri)
        Sets the uri of the endpoint to send to.
        Parameters:
        uri - the uri of the endpoint
      • getEndpoint

        public org.apache.camel.Endpoint getEndpoint()
        Gets the endpoint if an Endpoint instance was set.

        This implementation may return null which means you need to use getEndpointUri() to get information about the endpoint.

        Returns:
        the endpoint instance, or null
      • setEndpoint

        public void setEndpoint​(org.apache.camel.Endpoint endpoint)
      • setEndpointProducerBuilder

        public void setEndpointProducerBuilder​(EndpointProducerBuilder endpointProducerBuilder)
      • getPattern

        public String getPattern()
      • clear

        protected void clear()