Uses of Interface
org.smallmind.phalanx.worker.WorkerFactory
-
Packages that use WorkerFactory Package Description org.smallmind.phalanx.wire.amqp.rabbitmq org.smallmind.phalanx.wire.jms org.smallmind.phalanx.worker -
-
Uses of WorkerFactory in org.smallmind.phalanx.wire.amqp.rabbitmq
Classes in org.smallmind.phalanx.wire.amqp.rabbitmq that implement WorkerFactory Modifier and Type Class Description classRabbitMQResponseTransport -
Uses of WorkerFactory in org.smallmind.phalanx.wire.jms
Classes in org.smallmind.phalanx.wire.jms that implement WorkerFactory Modifier and Type Class Description classJmsResponseTransport -
Uses of WorkerFactory in org.smallmind.phalanx.worker
Methods in org.smallmind.phalanx.worker with parameters of type WorkerFactory Modifier and Type Method Description voidWorkManager. startUp(WorkerFactory<W,T> workerFactory)
-