public class AmqpAttributes extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AmqpAttributes.Builder
Builder implementation for creating a
AmqpAttributes instance |
| Constructor and Description |
|---|
AmqpAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAckId() |
Envelope |
getEnvelope() |
Map<String,Object> |
getHeaders() |
Properties |
getProperties() |
void |
setAckId(String ackId) |
void |
setEnvelope(Envelope envelope) |
void |
setHeaders(Map<String,Object> headers) |
void |
setProperties(Properties properties) |
public Envelope getEnvelope()
public void setEnvelope(Envelope envelope)
public Properties getProperties()
public void setProperties(Properties properties)
public String getAckId()
public void setAckId(String ackId)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.