Package energy.eddie.outbound.shared
Class Headers
java.lang.Object
energy.eddie.outbound.shared.Headers
Headers that can be used by outbound-connectors.
For example, as HTTP headers or AMQP 1.0 properties.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe connection ID of the permission request that is related to the message.static final StringThe data need ID of the data need that is related to the message.static final StringThe ID of the permission request that is related to the message. -
Method Summary
-
Field Details
-
PERMISSION_ID
The ID of the permission request that is related to the message.- See Also:
-
CONNECTION_ID
The connection ID of the permission request that is related to the message.- See Also:
-
DATA_NEED_ID
The data need ID of the data need that is related to the message.- See Also:
-