public static class AmqpAttributes.Builder extends Object
AmqpAttributes instance| Modifier and Type | Method and Description |
|---|---|
AmqpAttributes |
build() |
static AmqpAttributes.Builder |
newInstance() |
AmqpAttributes.Builder |
withAckId(String ackId) |
AmqpAttributes.Builder |
withEnvelope(Envelope envelope) |
AmqpAttributes.Builder |
withHeaders(Map<String,Object> headers) |
AmqpAttributes.Builder |
withProperties(Properties properties) |
public static AmqpAttributes.Builder newInstance()
public AmqpAttributes.Builder withProperties(Properties properties)
public AmqpAttributes.Builder withEnvelope(Envelope envelope)
public AmqpAttributes.Builder withAckId(String ackId)
public AmqpAttributes.Builder withHeaders(Map<String,Object> headers)
public AmqpAttributes build()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.