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

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

Introduction

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

The text is from its open source code.

Subclass

com.rabbitmq.client.RpcClient has subclasses.
Click this link to see all its subclasses.

Field

intNO_TIMEOUT
NO_TIMEOUT value must match convention on BlockingCell#uninterruptibleGet(int)

Method

voidclose()
Public API - cancels the consumer, thus deleting the temporary queue, and marks the RpcClient as closed.
StringstringCall(String message)
Perform a simple string-based RPC roundtrip.