Uses of Record Class
net.blakez.bppmq.core.queue.MetaRecord
Packages that use MetaRecord
-
Uses of MetaRecord in net.blakez.bppmq.core.queue
Methods in net.blakez.bppmq.core.queue that return types with arguments of type MetaRecordModifier and TypeMethodDescriptionPushPullQueueCore.clearBefore
(String topic, long index) Clears messages in the specified topic before the given index.Retrieves metadata for a given topic.Retrieves metadata information for the specified topic.Pushes a batch of messages to the specified topic.MessageRecordRepository.saveMeta
(MetaRecord metaRecord) Saves or updates metadata for a topic.Methods in net.blakez.bppmq.core.queue with parameters of type MetaRecordModifier and TypeMethodDescriptionMessageRecordRepository.saveMeta
(MetaRecord metaRecord) Saves or updates metadata for a topic. -
Uses of MetaRecord in net.blakez.bppmq.infra.data.queue
Methods in net.blakez.bppmq.infra.data.queue that return MetaRecordModifier and TypeMethodDescriptionMetaRecordDeserializer.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 MetaRecordMethods in net.blakez.bppmq.infra.data.queue with parameters of type MetaRecordModifier and TypeMethodDescriptionCouchMessageRecordRepository.saveMeta
(MetaRecord metaRecord) void
MetaRecordSerializer.serialize
(MetaRecord record, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp) Constructor parameters in net.blakez.bppmq.infra.data.queue with type arguments of type MetaRecord