Uses of Interface
org.smallmind.phalanx.worker.WorkQueue
-
Packages that use WorkQueue Package Description org.smallmind.phalanx.wire.transport.amqp.rabbitmq org.smallmind.phalanx.wire.transport.jms org.smallmind.phalanx.worker -
-
Uses of WorkQueue in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type WorkQueue Modifier and Type Method Description InvocationWorkerRabbitMQResponseTransport. createWorker(WorkQueue<RabbitMQMessage> transferQueue)Constructors in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type WorkQueue Constructor Description InvocationWorker(WorkQueue<RabbitMQMessage> workQueue, ResponseTransmitter responseTransmitter, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec) -
Uses of WorkQueue in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms with parameters of type WorkQueue Modifier and Type Method Description InvocationWorkerJmsResponseTransport. createWorker(WorkQueue<javax.jms.Message> workQueue)Constructors in org.smallmind.phalanx.wire.transport.jms with parameters of type WorkQueue Constructor Description InvocationWorker(WorkQueue<javax.jms.Message> workQueue, ResponseTransmitter responseTransmitter, WireInvocationCircuit invocationCircuit, SignalCodec signalCodec, int maximumMessageLength) -
Uses of WorkQueue in org.smallmind.phalanx.worker
Classes in org.smallmind.phalanx.worker that implement WorkQueue Modifier and Type Class Description classBlockingWorkQueue<E>classTransferringWorkQueue<E>Methods in org.smallmind.phalanx.worker with parameters of type WorkQueue Modifier and Type Method Description WWorkerFactory. createWorker(WorkQueue<T> workQueue)Constructors in org.smallmind.phalanx.worker with parameters of type WorkQueue Constructor Description Worker(WorkQueue<T> workQueue)WorkManager(Class<W> workerClass, int concurrencyLimit, WorkQueue<T> workQueue)
-