Spring AMQP

Serialized Form


Package org.springframework.amqp

Class org.springframework.amqp.AmqpConnectException extends AmqpException implements Serializable

Class org.springframework.amqp.AmqpException extends RuntimeException implements Serializable

Class org.springframework.amqp.AmqpIllegalStateException extends AmqpException implements Serializable

Class org.springframework.amqp.AmqpIOException extends AmqpException implements Serializable

Class org.springframework.amqp.AmqpRejectAndDontRequeueException extends AmqpException implements Serializable

Class org.springframework.amqp.AmqpUnsupportedEncodingException extends AmqpException implements Serializable

Class org.springframework.amqp.ImmediateAcknowledgeAmqpException extends AmqpException implements Serializable

Class org.springframework.amqp.UncategorizedAmqpException extends AmqpException implements Serializable


Package org.springframework.amqp.core

Class org.springframework.amqp.core.Message extends Object implements Serializable

serialVersionUID: -7177590352110605597L

Serialized Fields

messageProperties

MessageProperties messageProperties

body

byte[] body

Class org.springframework.amqp.core.MessageProperties extends Object implements Serializable

serialVersionUID: 1619000546531112290L

Serialized Fields

headers

Map<K,V> headers

timestamp

Date timestamp

messageId

String messageId

userId

String userId

appId

String appId

clusterId

String clusterId

type

String type

correlationId

byte[] correlationId

replyTo

String replyTo

contentType

String contentType

contentEncoding

String contentEncoding

contentLength

long contentLength

deliveryMode

MessageDeliveryMode deliveryMode

expiration

String expiration

priority

Integer priority

redelivered

Boolean redelivered

receivedExchange

String receivedExchange

receivedRoutingKey

String receivedRoutingKey

deliveryTag

long deliveryTag

messageCount

Integer messageCount

Package org.springframework.amqp.rabbit.listener

Class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.SharedConnectionNotInitializedException extends RuntimeException implements Serializable

Class org.springframework.amqp.rabbit.listener.ConsumerCancelledException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.springframework.amqp.rabbit.listener.FatalListenerExecutionException extends AmqpException implements Serializable

Class org.springframework.amqp.rabbit.listener.FatalListenerStartupException extends AmqpException implements Serializable

Class org.springframework.amqp.rabbit.listener.ListenerExecutionFailedException extends AmqpException implements Serializable

Class org.springframework.amqp.rabbit.listener.MessageRejectedWhileStoppingException extends AmqpException implements Serializable


Package org.springframework.amqp.rabbit.transaction

Class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager extends AbstractPlatformTransactionManager implements Serializable

Serialized Fields

connectionFactory

ConnectionFactory connectionFactory

Package org.springframework.amqp.support.converter

Class org.springframework.amqp.support.converter.MessageConversionException extends RuntimeException implements Serializable


Package org.springframework.erlang

Class org.springframework.erlang.ErlangBadRpcException extends OtpException implements Serializable

Serialized Fields

reasonTuple

com.ericsson.otp.erlang.OtpErlangTuple reasonTuple

Class org.springframework.erlang.ErlangErrorRpcException extends OtpException implements Serializable

Serialized Fields

reasonTuple

com.ericsson.otp.erlang.OtpErlangTuple reasonTuple

Class org.springframework.erlang.OtpAuthException extends OtpException implements Serializable

Class org.springframework.erlang.OtpException extends RuntimeException implements Serializable

Class org.springframework.erlang.OtpIOException extends OtpException implements Serializable

Class org.springframework.erlang.UncategorizedOtpException extends OtpException implements Serializable


Package org.springframework.erlang.core

Class org.springframework.erlang.core.Application extends Object implements Serializable

Serialized Fields

description

String description

id

String id

version

String version

Class org.springframework.erlang.core.Node extends Object implements Serializable

Serialized Fields

name

String name

Package org.springframework.erlang.support.converter

Class org.springframework.erlang.support.converter.ErlangConversionException extends OtpException implements Serializable


Spring AMQP