Uses of Interface
org.smallmind.phalanx.wire.transport.amqp.rabbitmq.QueueContractor
Packages that use QueueContractor
-
Uses of QueueContractor in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Classes in org.smallmind.phalanx.wire.transport.amqp.rabbitmq that implement QueueContractorConstructors in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type QueueContractorModifierConstructorDescriptionRabbitMQRequestTransport(RabbitMQConnector rabbitMQConnector, QueueContractor queueContractor, NameConfiguration nameConfiguration, SignalCodec signalCodec, int clusterSize, int concurrencyLimit, long defaultTimeoutSeconds, int messageTTLSeconds, boolean autoAcknowledge, PublisherConfirmationHandler publisherConfirmationHandler) RabbitMQResponseTransport(RabbitMQConnector rabbitMQConnector, QueueContractor queueContractor, NameConfiguration nameConfiguration, Class<InvocationWorker> workerClass, SignalCodec signalCodec, String serviceGroup, int clusterSize, int concurrencyLimit, int messageTTLSeconds, boolean autoAcknowledge, PublisherConfirmationHandler publisherConfirmationHandler) RequestMessageRouter(RabbitMQConnector connector, QueueContractor queueContractor, NameConfiguration nameConfiguration, RabbitMQRequestTransport requestTransport, SignalCodec signalCodec, String callerId, int index, int ttlSeconds, boolean autoAcknowledge, PublisherConfirmationHandler publisherConfirmationHandler) ResponseMessageRouter(RabbitMQConnector connector, QueueContractor queueContractor, NameConfiguration nameConfiguration, RabbitMQResponseTransport responseTransport, SignalCodec signalCodec, String serviceGroup, String instanceId, int index, int ttlSeconds, boolean autoAcknowledge, PublisherConfirmationHandler publisherConfirmationHandler)