public interface Exchange<X extends Exchange<X>> extends ConfiguredObject<X>, MessageDestination
Modifier and Type | Field and Description |
---|---|
static String |
ALTERNATE_EXCHANGE |
static String |
CLASS_DESCRIPTION |
CONTEXT, CREATED_BY, CREATED_TIME, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE
Modifier and Type | Method and Description |
---|---|
Binding |
createBinding(String bindingKey,
Queue queue,
Map<String,Object> bindingArguments,
Map<String,Object> attributes) |
Exchange<?> |
getAlternateExchange() |
long |
getBindingCount() |
Collection<? extends Binding> |
getBindings() |
long |
getBytesDropped() |
long |
getBytesIn() |
long |
getMessagesDropped() |
long |
getMessagesIn() |
Collection<Publisher> |
getPublishers() |
addChangeListener, asObjectRecord, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getContextKeys, getContextValue, getContextValue, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getTaskExecutor, getType, getTypeClass, isDurable, managesChildStorage, open, openAsync, removeChangeListener, setAttribute, setAttributes, setAttributesAsync
getName, send
static final String CLASS_DESCRIPTION
static final String ALTERNATE_EXCHANGE
Exchange<?> getAlternateExchange()
Collection<? extends Binding> getBindings()
Collection<Publisher> getPublishers()
long getBindingCount()
long getBytesDropped()
long getBytesIn()
long getMessagesDropped()
long getMessagesIn()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.