Java org.springframework.amqp.core Exchange fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp.core Exchange fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.amqp.core Exchange.

The text is from its open source code.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
MapgetArguments()
A map of arguments used to declare the exchange.
StringgetName()
The name of the exchange.
StringgetType()
The type of the exchange.
booleanisAutoDelete()
True if the server should delete the exchange when it is no longer in use (if all bindings are deleted).
booleanisDurable()
A durable exchange will survive a server restart.