public interface Attributes extends Serializable
Attributes attributes object is specifc to the connector that was the source of the current message and
is used for obtaining message properties or headers if applicable plus additional information that provides context
for the current message such as file size, file name and last modified date for FILE, and origin ip address, query
parameters etc. for HTTP.
Attribute objects should be both immutable and Serializable.
Copyright © 2017 MuleSoft, Inc.. All rights reserved.