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 ValueReaderContentHeaderPropertyReader. inStream we are reading fromprivate ValueReaderMethodArgumentReader. inThe 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.
-