Uses of Record Class
net.blakez.bppmq.core.queue.MessageRecord
Packages that use MessageRecord
-
Uses of MessageRecord in net.blakez.bppmq.core.queue
Methods in net.blakez.bppmq.core.queue that return types with arguments of type MessageRecordModifier and TypeMethodDescriptionDeletes a message by topic and index.Deletes a message by its UUID.Lists messages for a topic starting from a specific index.Reads a message by its UUID.Pulls a single message from the specified topic at the given index.Pulls a batch of messages from the specified topic starting at the given index.Pulls messages from the specified topic starting from the given index.Pushes a single message to the specified topic.Reads a specific message by topic and index.MessageRecordRepository.write
(MessageRecord record) Writes a new message record.Methods in net.blakez.bppmq.core.queue with parameters of type MessageRecordModifier and TypeMethodDescriptionMessageRecordRepository.write
(MessageRecord record) Writes a new message record. -
Uses of MessageRecord in net.blakez.bppmq.infra.data.queue
Methods in net.blakez.bppmq.infra.data.queue that return MessageRecordModifier and TypeMethodDescriptionMessageRecordDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc) Methods in net.blakez.bppmq.infra.data.queue that return types with arguments of type MessageRecordMethods in net.blakez.bppmq.infra.data.queue with parameters of type MessageRecordModifier and TypeMethodDescriptionvoid
MessageRecordSerializer.serialize
(MessageRecord record, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp) CouchMessageRecordRepository.write
(MessageRecord record) Constructor parameters in net.blakez.bppmq.infra.data.queue with type arguments of type MessageRecord