Class FetchMaxWaitMs
java.lang.Object
io.github.eocqrs.kafka.parameters.KfAttrEnvelope
io.github.eocqrs.kafka.parameters.FetchMaxWaitMs
- All Implemented Interfaces:
ParamsAttr,org.cactoos.Scalar<String>
It's a wrapper for the `fetch.max.wait.ms` kafka attribute.
- Since:
- 0.0.3
- Author:
- Aliaksei Bialiauski ([email protected])
-
Field Summary
Fields inherited from class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
name, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
asXml, name, value
-
Constructor Details
-
FetchMaxWaitMs
Ctor.- Parameters:
value- The value.
-