com.atlassian.confluence.event.queues
Class TaskQueueWithErrorQueueFactory
java.lang.Object
com.atlassian.confluence.event.queues.TaskQueueWithErrorQueueFactory
public class TaskQueueWithErrorQueueFactory
- extends Object
A simple factory bean to return a correct queue implementation depending on whether we're clustered or not.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskQueueWithErrorQueueFactory
public TaskQueueWithErrorQueueFactory(ClusterManager clusterManager)
getQueue
public TaskQueueWithErrorQueue getQueue(String name)
throws Exception
- Throws:
Exception