We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fa430 commit fce0d43Copy full SHA for fce0d43
1 file changed
core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/BinderHeaders.java
@@ -43,7 +43,7 @@ public final class BinderHeaders {
43
/**
44
* Name of the Message header identifying structure for batch Message headers.
45
*/
46
- public static String BATCH_HEADERS = PREFIX + "batchHeaders";
+ public static final String BATCH_HEADERS = PREFIX + "batchHeaders";
47
48
49
* Indicates the name of the target destination the binder should use if they
0 commit comments