public interface AsyncConsumerReference extends EventConsumerReference
Title: Service Event Fabric Core
Description: Defines an Async Consumer reference.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
int |
getCurrentDepth()
Returns the current number of events in the underlying queue.
|
DeliveryMode |
getDeliveryMode()
Returns a delivery mode of the underlying queue.
|
long |
getDeliverySpinWait()
Returns a delivery delay of the underlying queue.
|
FlowControlMode |
getFlowControlMode()
Returns a flow control mode of the underlying queue.
|
int |
getMaxDepth()
Returns a maximum depth of the underlying queue.
|
getEventFilter, getEventSelector, getGroupName, matchesEventId, noLocal
getCurrentState, getName
getAddress
getComponentAddress, getEventScope, getExchangeRole
int getMaxDepth()
FlowControlMode getFlowControlMode()
DeliveryMode getDeliveryMode()
long getDeliverySpinWait()
int getCurrentDepth() throws FabricExchangeException
This operation can throw an exception only if the cache is located at the remote node.
FabricExchangeException
- if some error occurs in the Exchange.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.