Java org.springframework.amqp.rabbit.connection Connection fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp.rabbit.connection Connection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.amqp.rabbit.connection Connection.

The text is from its open source code.

Method

voidclose()
Close this connection and all its channels with the com.rabbitmq.client.AMQP#REPLY_SUCCESS close code and message 'OK'.
ChannelcreateChannel(boolean transactional)
Create a new channel, using an internally allocated channel number.
booleanisOpen()
Flag to indicate the status of the connection.
StringtoString()
Returns a string representation of the object.