Uses of Interface
org.smallmind.phalanx.wire.transport.amqp.rabbitmq.PublisherConfirmationHandler
Packages that use PublisherConfirmationHandler
-
Uses of PublisherConfirmationHandler in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Constructors in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type PublisherConfirmationHandlerModifierConstructorDescriptionMessageRouter(RabbitMQConnector connector, String prefix, NameConfiguration nameConfiguration, PublisherConfirmationHandler publisherConfirmationHandler) RabbitMQRequestTransport(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)