Java com.rabbitmq.client.impl MethodArgumentWriter fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client.impl MethodArgumentWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client.impl MethodArgumentWriter.

The text is from its open source code.

Constructor

MethodArgumentWriter(ValueWriter out)
Constructs a MethodArgumentWriter targeting the given DataOutputStream.

Method

voidflush()
Public API - call this to ensure all accumulated argument values are correctly written to the output stream.
voidwriteTable(Map table)
Public API - encodes a table argument.