Uses of Class
org.javalite.async.CommandListener
-
-
Uses of CommandListener in org.javalite.async
Subclasses of CommandListener in org.javalite.async Modifier and Type Class Description classDBCommandListenerStandard command listener to process commands that require a database access.Methods in org.javalite.async that return CommandListener Modifier and Type Method Description CommandListenerQueueConfig. getCommandListener()Constructors in org.javalite.async with parameters of type CommandListener Constructor 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
-