org.mule.util.queue
Interface QueueConfiguration

All Known Implementing Classes:
DefaultQueueConfiguration, QueueConfiguration

public interface QueueConfiguration

Queue configuration attributes


Field Summary
static int MAXIMUM_CAPACITY
           
 
Method Summary
 int getCapacity()
           
 boolean isPersistent()
           
 

Field Detail

MAXIMUM_CAPACITY

static final int MAXIMUM_CAPACITY
See Also:
Constant Field Values
Method Detail

isPersistent

boolean isPersistent()

getCapacity

int getCapacity()


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.