Uses of Class
com.rabbitmq.client.impl.ValueReader
-
Packages that use ValueReader Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of ValueReader in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as ValueReader Modifier and Type Field Description private ValueReader
ContentHeaderPropertyReader. in
Stream we are reading fromprivate ValueReader
MethodArgumentReader. in
The stream we are reading from.Constructors in com.rabbitmq.client.impl with parameters of type ValueReader Constructor Description MethodArgumentReader(ValueReader in)
Construct a MethodArgumentReader from the givenValueReader
.
-