Class DecodingService

    • Constructor Detail

      • DecodingService

        public DecodingService()
    • Method Detail

      • getOverrideMetadata

        public java.lang.Boolean getOverrideMetadata()
      • setOverrideMetadata

        public void setOverrideMetadata​(java.lang.Boolean overrideMetadata)
        Set boolean value to control the overriding of metadata.

        If true metadata when a metadata key from the decoded message has the same key as metadata in the in flight message it will be replaced with the value of the decoded one.

        Parameters:
        overrideMetadata - Boolean value to control overriding of metadata.