Commit 36fd33a 1 parent bcc58b4 commit 36fd33a Copy full SHA for 36fd33a
File tree 1 file changed +3
-3
lines changed
streams/src/main/java/org/apache/kafka/streams/kstream
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
*
42
42
* <h6>Rules of forming the resulting {@link Map}</h6>
43
43
*
44
- * The keys of the {@link Map Map< String, KStream< K, V>> } entries returned by {@link #defaultBranch(Branched)} or
45
- * {@link #noDefaultBranch()} are defined by the following rules:
44
+ * The keys of the {@link Map Map< String, KStream< K, V>> } entries returned by
45
+ * {@link #defaultBranch(Branched)} or {@link # noDefaultBranch()} are defined by the following rules:
46
46
* <ul>
47
47
* <li>If {@link Named} parameter was provided for {@link KStream#split(Named)}, its value is used as a prefix for each key.
48
48
* By default, no prefix is used.</li>
53
53
* <li>If a name is not provided for the {@link #defaultBranch()}, then the key defaults to {@code prefix + "0"}.</li>
54
54
* </ul>
55
55
*
56
- * The values of the respective {@link Map Map< Stream, KStream< K, V>> } entries are formed as following:
56
+ * The values of the respective {@link Map Map< Stream, KStream< K, V>> } entries are formed as following:
57
57
* <ul>
58
58
* <li>If no {@link java.util.function.Function chain function} or {@link java.util.function.Consumer consumer} is
59
59
* provided in {@link #branch(Predicate, Branched)} via the {@link Branched} parameter,
You can’t perform that action at this time.
0 commit comments