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

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

Introduction

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

The text is from its open source code.

Method

StringgetAppId()
Retrieve the value in the appId field.
StringgetContentEncoding()
Retrieve the value in the contentEncoding field.
StringgetContentType()
Retrieve the value in the contentType field.
StringgetCorrelationId()
Retrieve the value in the correlationId field.
IntegergetDeliveryMode()
Retrieve the value in the deliveryMode field.
StringgetExpiration()
Retrieve the value in the expiration field.
MapgetHeaders()
Retrieve the table in the headers field as a map of fields names and values.
StringgetMessageId()
Retrieve the value in the messageId field.
IntegergetPriority()
Retrieve the value in the priority field.
StringgetReplyTo()
Retrieve the value in the replyTo field.
DategetTimestamp()
Retrieve the value in the timestamp field.
StringgetType()
Retrieve the value in the type field.
StringgetUserId()
Retrieve the value in the userId field.