Uses of Class
dk.cloudcreate.essentials.components.queue.postgresql.PostgresqlDurableQueues
Packages that use PostgresqlDurableQueues
-
Uses of PostgresqlDurableQueues in dk.cloudcreate.essentials.components.queue.postgresql
Methods in dk.cloudcreate.essentials.components.queue.postgresql that return PostgresqlDurableQueuesConstructors in dk.cloudcreate.essentials.components.queue.postgresql with parameters of type PostgresqlDurableQueuesModifierConstructorDescriptionPostgresqlDurableQueueConsumer(dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.ConsumeFromQueue consumeFromQueue, dk.cloudcreate.essentials.components.foundation.transaction.jdbi.HandleAwareUnitOfWorkFactory unitOfWorkFactory, PostgresqlDurableQueues durableQueues, Consumer<dk.cloudcreate.essentials.components.foundation.messaging.queue.DurableQueueConsumer> removeDurableQueueConsumer, long pollingIntervalMs, dk.cloudcreate.essentials.components.foundation.messaging.queue.QueuePollingOptimizer queuePollingOptimizer)