File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,10 +153,10 @@ For more information about how to use the utility methods, you can either look a
153
153
154
154
### Custom consumers
155
155
156
- Use the `Consumer ` trait that easily creates consumers of arbitrary key- value types and manages their lifecycle (via a loaner pattern).
157
- * For basic String consumption use `Consumer .withStringConsumer { your code here }`.
158
- * For arbitrary key and value types, expose implicit `Deserializer`s for each type and use `Consumer .withConsumer { your code here }`.
159
- * If you just want to create a consumer and manage its lifecycle yourself then try `Consumer .newConsumer()`.
156
+ Use the `Consumers ` trait that easily creates consumers of arbitrary key- value types and manages their lifecycle (via a loaner pattern).
157
+ * For basic String consumption use `Consumers .withStringConsumer { your code here }`.
158
+ * For arbitrary key and value types, expose implicit `Deserializer`s for each type and use `Consumers .withConsumer { your code here }`.
159
+ * If you just want to create a consumer and manage its lifecycle yourself then try `Consumers .newConsumer()`.
160
160
161
161
### Easy message consumption
162
162
You can’t perform that action at this time.
0 commit comments