Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetQueuedMessages
-
Packages that use GetQueuedMessages Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue dk.cloudcreate.essentials.components.foundation.messaging.queue.operations -
-
Uses of GetQueuedMessages in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type GetQueuedMessages Modifier and Type Method Description List<QueuedMessage>DurableQueues. getQueuedMessages(GetQueuedMessages operation)Query Queued Messages (i.e.default List<QueuedMessage>DurableQueuesInterceptor. intercept(GetQueuedMessages operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessages,List<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetQueuedMessagescallsMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type GetQueuedMessages Modifier and Type Method Description default List<QueuedMessage>DurableQueuesInterceptor. intercept(GetQueuedMessages operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessages,List<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetQueuedMessagescalls -
Uses of GetQueuedMessages in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return GetQueuedMessages Modifier and Type Method Description GetQueuedMessagesGetQueuedMessagesBuilder. build()Builder anGetQueuedMessagesinstance from the builder properties
-