Package io.datarouter.storage.queue
Class BlobQueueMessage<T>
java.lang.Object
io.datarouter.storage.queue.RawBlobQueueMessage
io.datarouter.storage.queue.BlobQueueMessage<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBlobQueueMessage(byte[] handle, byte[] data, Map<String, String> messageAttributes, io.datarouter.bytes.Codec<T, byte[]> codec) BlobQueueMessage(RawBlobQueueMessage rawMessage, io.datarouter.bytes.Codec<T, byte[]> codec) -
Method Summary
Modifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<T>scan and decode each T that was stored withBlobQueueStorage.combineAndPut(io.datarouter.scanner.Scanner<T>)Methods inherited from class io.datarouter.storage.queue.RawBlobQueueMessage
getHandle, getMessageAttributes, getRawData, scanSplitData
-
Constructor Details
-
BlobQueueMessage
-
BlobQueueMessage
-
-
Method Details
-
scanSplitDecodedData
scan and decode each T that was stored withBlobQueueStorage.combineAndPut(io.datarouter.scanner.Scanner<T>)- Returns:
- scanner of each T
-