public interface MessageToDelete
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MessageToDelete.Headers |
static interface |
MessageToDelete.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_AMQ_MESSAGE_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
Optional<byte[]> |
getContent() |
Optional<String> |
getDestination() |
Map<String,String> |
getHeaders() |
Optional<String> |
getLockId() |
Optional<Integer> |
getMessageDeliveryCount() |
Optional<String> |
getMessageId() |
Map<String,String> |
getProperties() |
static final String DEFAULT_AMQ_MESSAGE_CONTEXT
Optional<byte[]> getContent()
Optional<Integer> getMessageDeliveryCount()
Optional<String> getMessageId()
Copyright © 2018 MuleSoft, Inc.. All rights reserved.