Skip to content

Commit

Permalink
Issue #106: Removed 'ditto' prefix of channel header key as it is now…
Browse files Browse the repository at this point in the history
… externally settable.

Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Sep 17, 2021
1 parent 5d6faf7 commit 7a9ed44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ public enum DittoHeaderDefinition implements HeaderDefinition {
/**
* Header definition for channel value meaning distinguishing between live/twin.
* <p>
* Key: {@code "ditto-channel"}, Java type: {@link String}.
* Key: {@code "channel"}, Java type: {@link String}.
* </p>
*/
CHANNEL("ditto-channel", String.class, true, false, HeaderValueValidators.getDittoChannelValidator()),
CHANNEL("channel", String.class, true, false, HeaderValueValidators.getDittoChannelValidator()),

/**
* Header definition for origin value that is set to the id of the originating session.
Expand Down

0 comments on commit 7a9ed44

Please sign in to comment.