Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.queue.DurableQueues
-
-
Uses of DurableQueues in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward
Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type DurableQueues Modifier and Type Method Description static InboxesInboxes. durableQueueBasedInboxes(DurableQueues durableQueues, FencedLockManager fencedLockManager)Create anInboxesinstance that uses aDurableQueuesas its storage and message delivery mechanism.static OutboxesOutboxes. durableQueueBasedOutboxes(DurableQueues durableQueues, FencedLockManager fencedLockManager)Create anOutboxesinstance that uses aDurableQueuesas its storage and message delivery mechanism.Constructors in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type DurableQueues Constructor Description DurableQueueBasedInboxes(DurableQueues durableQueues, FencedLockManager fencedLockManager)DurableQueueBasedOutboxes(DurableQueues durableQueues, FencedLockManager fencedLockManager) -
Uses of DurableQueues in dk.cloudcreate.essentials.components.foundation.messaging.queue
Classes in dk.cloudcreate.essentials.components.foundation.messaging.queue with type parameters of type DurableQueues Modifier and Type Class Description classDefaultDurableQueueConsumer<DURABLE_QUEUES extends DurableQueues,UOW extends UnitOfWork,UOW_FACTORY extends UnitOfWorkFactory<UOW>>The defaultDurableQueueConsumerwhich provides basic implementation (including retrying messages in case of failure, polling interval optimization, etc.)Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue that return DurableQueues Modifier and Type Method Description DurableQueuesDurableQueues. addInterceptor(DurableQueuesInterceptor interceptor)Add aDurableQueuesInterceptorto thisDurableQueuesinstance
TheDurableQueuesInterceptorallows you to intercept all high level operationsdefault DurableQueuesDurableQueues. addInterceptors(List<DurableQueuesInterceptor> interceptors)AddDurableQueuesInterceptor's to thisDurableQueuesinstance
TheDurableQueuesInterceptorallows you to intercept all high level operationsDurableQueuesDurableQueues. removeInterceptor(DurableQueuesInterceptor interceptor) -
Uses of DurableQueues in dk.cloudcreate.essentials.components.foundation.reactive.command
Methods in dk.cloudcreate.essentials.components.foundation.reactive.command with parameters of type DurableQueues Modifier and Type Method Description DurableLocalCommandBusBuilderDurableLocalCommandBusBuilder. setDurableQueues(DurableQueues durableQueues)Set the underlying Durable Queues provider
-