Class ClientRack
java.lang.Object
io.github.eocqrs.kafka.parameters.KfAttrEnvelope
io.github.eocqrs.kafka.parameters.ClientRack
- All Implemented Interfaces:
ParamsAttr,org.cactoos.Scalar<String>
It's a wrapper for the `client.rack` kafka attribute.
A rack identifier for this client.
- Since:
- 0.2.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
-
ClientRack
Ctor.- Parameters:
val- The value
-