Uses of Class
io.datarouter.storage.queue.BlobQueueMessage
Packages that use BlobQueueMessage
Package
Description
-
Uses of BlobQueueMessage in io.datarouter.storage.node.adapter.counter.physical
Methods in io.datarouter.storage.node.adapter.counter.physical that return types with arguments of type BlobQueueMessageModifier and TypeMethodDescription -
Uses of BlobQueueMessage in io.datarouter.storage.node.adapter.sanitization.physical
Methods in io.datarouter.storage.node.adapter.sanitization.physical that return types with arguments of type BlobQueueMessageModifier and TypeMethodDescription -
Uses of BlobQueueMessage in io.datarouter.storage.node.adapter.trace.physical
Methods in io.datarouter.storage.node.adapter.trace.physical that return types with arguments of type BlobQueueMessageModifier and TypeMethodDescription -
Uses of BlobQueueMessage in io.datarouter.storage.node.op.raw
Methods in io.datarouter.storage.node.op.raw that return types with arguments of type BlobQueueMessageModifier and TypeMethodDescriptiondefault Optional<BlobQueueMessage<T>>BlobQueueStorage.peek()default Optional<BlobQueueMessage<T>>BlobQueueStorage.poll()default Optional<BlobQueueMessage<T>>Methods in io.datarouter.storage.node.op.raw with parameters of type BlobQueueMessageModifier and TypeMethodDescriptiondefault voidBlobQueueStorage.ack(BlobQueueMessage<T> blobQueueMessage) default voidBlobQueueStorage.ack(BlobQueueMessage<T> blobQueueMessage, Config config) -
Uses of BlobQueueMessage in io.datarouter.storage.queue.consumer
Methods in io.datarouter.storage.queue.consumer that return types with arguments of type BlobQueueMessageModifier and TypeMethodDescriptionMethods in io.datarouter.storage.queue.consumer with parameters of type BlobQueueMessage