Example usage for Java com.rabbitmq.client RpcServer fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
void | close() Public API - cancels the consumer, thus deleting the queue, if it was a temporary queue, and marks the RpcServer as closed. |
ShutdownSignalException | mainloop() Public API - main server loop. |