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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

RpcServer(Channel channel, String queueName)
If the passed-in queue name is null, creates a server-named temporary exclusive autodelete queue to use; otherwise expects the queue to have already been declared.

Method

voidclose()
Public API - cancels the consumer, thus deleting the queue, if it was a temporary queue, and marks the RpcServer as closed.
ShutdownSignalExceptionmainloop()
Public API - main server loop.