Uses of Interface
org.smallmind.phalanx.worker.WorkQueue
Packages that use WorkQueue
Package
Description
-
Uses of WorkQueue in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type WorkQueueModifier and TypeMethodDescriptionRabbitMQResponseTransport.createWorker(WorkQueue<RabbitMQMessage> transferQueue) Constructors in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type WorkQueueModifierConstructorDescriptionInvocationWorker(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 WorkQueueModifier and TypeMethodDescriptionJmsResponseTransport.createWorker(WorkQueue<jakarta.jms.Message> workQueue) Constructors in org.smallmind.phalanx.wire.transport.jms with parameters of type WorkQueueModifierConstructorDescriptionInvocationWorker(WorkQueue<jakarta.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 WorkQueueMethods in org.smallmind.phalanx.worker with parameters of type WorkQueueConstructors in org.smallmind.phalanx.worker with parameters of type WorkQueue