Uses of Class
org.smallmind.phalanx.wire.transport.amqp.rabbitmq.InvocationWorker
Packages that use InvocationWorker
-
Uses of InvocationWorker in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.amqp.rabbitmq that return InvocationWorkerModifier and TypeMethodDescriptionRabbitMQResponseTransport.createWorker(WorkQueue<RabbitMQMessage> transferQueue) Constructor parameters in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with type arguments of type InvocationWorkerModifierConstructorDescriptionRabbitMQResponseTransport(RabbitMQConnector rabbitMQConnector, QueueContractor queueContractor, NameConfiguration nameConfiguration, Class<InvocationWorker> workerClass, SignalCodec signalCodec, String serviceGroup, int clusterSize, int concurrencyLimit, int messageTTLSeconds, boolean autoAcknowledge, PublisherConfirmationHandler publisherConfirmationHandler)