public class MQConsumeParameters extends Object implements org.mule.jms.commons.internal.consume.JmsConsumeParameters
| Constructor and Description |
|---|
MQConsumeParameters() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.jms.commons.internal.config.JmsAckMode |
getAckMode() |
String |
getInboundContentType() |
String |
getInboundEncoding() |
long |
getMaximumWait() |
TimeUnit |
getMaximumWaitUnit() |
void |
setAckMode(ConsumerAckMode ackMode) |
void |
setInboundContentType(String inboundContentType) |
void |
setInboundEncoding(String inboundEncoding) |
void |
setMaximumWait(long maximumWait) |
void |
setMaximumWaitUnit(TimeUnit maximumWaitUnit) |
public org.mule.jms.commons.internal.config.JmsAckMode getAckMode()
getAckMode in interface org.mule.jms.commons.internal.consume.JmsConsumeParameterspublic void setAckMode(ConsumerAckMode ackMode)
public long getMaximumWait()
getMaximumWait in interface org.mule.jms.commons.internal.consume.JmsConsumeParameterspublic void setMaximumWait(long maximumWait)
public TimeUnit getMaximumWaitUnit()
getMaximumWaitUnit in interface org.mule.jms.commons.internal.consume.JmsConsumeParameterspublic void setMaximumWaitUnit(TimeUnit maximumWaitUnit)
public String getInboundContentType()
getInboundContentType in interface org.mule.jms.commons.internal.consume.JmsConsumeParameterspublic void setInboundContentType(String inboundContentType)
public String getInboundEncoding()
getInboundEncoding in interface org.mule.jms.commons.internal.consume.JmsConsumeParameterspublic void setInboundEncoding(String inboundEncoding)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.