public class QpidExchangeOptions extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
QPID_EXCLUSIVE_BINDING |
static String |
QPID_INITIAL_VALUE_EXCHANGE |
static String |
QPID_MSG_SEQUENCE |
Constructor and Description |
---|
QpidExchangeOptions() |
Modifier and Type | Method and Description |
---|---|
void |
setExclusiveBinding() |
void |
setInitialValueExchange() |
void |
setMessageSequencing() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final String QPID_MSG_SEQUENCE
public static final String QPID_INITIAL_VALUE_EXCHANGE
public static final String QPID_EXCLUSIVE_BINDING
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.