| Package | Description | 
|---|---|
| org.javalite.async | 
 JavaLite Async, see JavaLite Async. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DBCommandListener
Standard command listener to process commands that require a database access. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CommandListener | 
QueueConfig.getCommandListener()  | 
| Constructor and Description | 
|---|
QueueConfig(String name,
           CommandListener commandListener,
           int listenerCount)
Creates a specification of a queue for Async. 
 | 
QueueConfig(String name,
           CommandListener commandListener,
           int listenerCount,
           boolean durable)
Creates a specification of a queue for Async 
 | 
Copyright © 2020 JavaLite. All rights reserved.