Class CamelMapping

    • Field Detail

    • Constructor Detail

      • CamelMapping

        public CamelMapping()
    • Method Detail

      • getUri

        public String getUri()
        Returns:
        the Camel endpoint URI.
      • setEndpoint

        public CamelMapping setEndpoint​(org.apache.camel.Endpoint endpoint)
        Sets the Camel endpoint. If used, setUri(String) does not need to be called.
        Parameters:
        endpoint - the endpoint
        Returns:
        the current CamelMapping
      • isHeadersCopy

        public boolean isHeadersCopy()
        Returns:
        whether or not the headers of the input message are copied in the output message.
      • setHeadersCopy

        public CamelMapping setHeadersCopy​(boolean headersCopy)
        Sets whether or not the headers of the input message are copied in the output message.
        Parameters:
        headersCopy - true to copy the headers
        Returns:
        the current CamelMapping
      • getAddress

        public String getAddress()
        Returns:
        the event bus address.
      • setAddress

        public CamelMapping setAddress​(String address)
        Sets the event bus address.
        Parameters:
        address - the address
        Returns:
        the current CamelMapping