org.apache.qpid.server.queue
Class AsyncDeliveryConfig

java.lang.Object
  extended by org.apache.qpid.server.queue.AsyncDeliveryConfig

public class AsyncDeliveryConfig
extends java.lang.Object


Field Summary
 int poolSize
           
 
Constructor Summary
AsyncDeliveryConfig()
           
 
Method Summary
static java.util.concurrent.Executor getAsyncDeliveryExecutor()
           
 java.util.concurrent.Executor getExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

poolSize

public int poolSize
Constructor Detail

AsyncDeliveryConfig

public AsyncDeliveryConfig()
Method Detail

getExecutor

public java.util.concurrent.Executor getExecutor()

getAsyncDeliveryExecutor

public static java.util.concurrent.Executor getAsyncDeliveryExecutor()