Uses of Class
com.rabbitmq.client.impl.ValueWriter
-
Packages that use ValueWriter Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of ValueWriter in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as ValueWriter Modifier and Type Field Description private ValueWriter
ContentHeaderPropertyWriter. out
Accumulates our outputprivate ValueWriter
MethodArgumentWriter. out
Writes our outputConstructors in com.rabbitmq.client.impl with parameters of type ValueWriter Constructor Description MethodArgumentWriter(ValueWriter out)
Constructs a MethodArgumentWriter targeting the given DataOutputStream.
-