default DurableQueues |
DurableQueues.addInterceptors(List<DurableQueuesInterceptor> interceptors) |
|
default boolean |
DurableQueuesInterceptor.intercept(AcknowledgeMessageAsHandled operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<AcknowledgeMessageAsHandled,Boolean,DurableQueuesInterceptor> interceptorChain) |
|
default DurableQueueConsumer |
DurableQueuesInterceptor.intercept(ConsumeFromQueue operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<ConsumeFromQueue,DurableQueueConsumer,DurableQueuesInterceptor> interceptorChain) |
|
default boolean |
DurableQueuesInterceptor.intercept(DeleteMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<DeleteMessage,Boolean,DurableQueuesInterceptor> interceptorChain) |
|
default Optional<QueuedMessage> |
DurableQueuesInterceptor.intercept(GetDeadLetterMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetDeadLetterMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default List<QueuedMessage> |
DurableQueuesInterceptor.intercept(GetDeadLetterMessages operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetDeadLetterMessages,List<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default Optional<QueuedMessage> |
DurableQueuesInterceptor.intercept(GetNextMessageReadyForDelivery operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetNextMessageReadyForDelivery,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default Optional<QueuedMessage> |
DurableQueuesInterceptor.intercept(GetQueuedMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default List<QueuedMessage> |
DurableQueuesInterceptor.intercept(GetQueuedMessages operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessages,List<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default long |
DurableQueuesInterceptor.intercept(GetTotalMessagesQueuedFor operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetTotalMessagesQueuedFor,Long,DurableQueuesInterceptor> interceptorChain) |
|
default Optional<QueuedMessage> |
DurableQueuesInterceptor.intercept(MarkAsDeadLetterMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<MarkAsDeadLetterMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default int |
DurableQueuesInterceptor.intercept(PurgeQueue operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<PurgeQueue,Integer,DurableQueuesInterceptor> interceptorChain) |
|
default QueueEntryId |
DurableQueuesInterceptor.intercept(QueueMessageAsDeadLetterMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<QueueMessageAsDeadLetterMessage,QueueEntryId,DurableQueuesInterceptor> interceptorChain) |
|
default QueueEntryId |
DurableQueuesInterceptor.intercept(QueueMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<QueueMessage,QueueEntryId,DurableQueuesInterceptor> interceptorChain) |
|
default List<QueueEntryId> |
DurableQueuesInterceptor.intercept(QueueMessages operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<QueueMessages,List<QueueEntryId>,DurableQueuesInterceptor> interceptorChain) |
|
default Optional<QueuedMessage> |
DurableQueuesInterceptor.intercept(ResurrectDeadLetterMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<ResurrectDeadLetterMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default Optional<QueuedMessage> |
DurableQueuesInterceptor.intercept(RetryMessage operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<RetryMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) |
|
default DurableQueueConsumer |
DurableQueuesInterceptor.intercept(StopConsumingFromQueue operation,
dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<StopConsumingFromQueue,DurableQueueConsumer,DurableQueuesInterceptor> interceptorChain) |
|