Uses of Interface
org.apache.pulsar.client.api.RawMessage
Packages that use RawMessage
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of RawMessage in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return types with arguments of type RawMessageModifier and TypeMethodDescriptionRawReader.readNextAsync()Read the next raw message for the topic. -
Uses of RawMessage in org.apache.pulsar.client.impl
Classes in org.apache.pulsar.client.impl that implement RawMessageMethods in org.apache.pulsar.client.impl that return RawMessageModifier and TypeMethodDescriptionstatic RawMessageRawMessageImpl.deserializeFrom(io.netty.buffer.ByteBuf buffer) Methods in org.apache.pulsar.client.impl that return types with arguments of type RawMessageModifier and TypeMethodDescriptionRawReaderImpl.readNextAsync()static Optional<RawMessage>RawBatchConverter.rebatchMessage(RawMessage msg, BiPredicate<String, org.apache.pulsar.client.api.MessageId> filter) Take a batched message and a filter, and returns a message with the only the sub-messages which match the filter.Methods in org.apache.pulsar.client.impl with parameters of type RawMessageModifier and TypeMethodDescriptionstatic List<org.apache.commons.lang3.tuple.ImmutableTriple<org.apache.pulsar.client.api.MessageId,String, Integer>> RawBatchConverter.extractIdsAndKeysAndSize(RawMessage msg) static booleanRawBatchConverter.isReadableBatch(RawMessage msg) static Optional<RawMessage>RawBatchConverter.rebatchMessage(RawMessage msg, BiPredicate<String, org.apache.pulsar.client.api.MessageId> filter) Take a batched message and a filter, and returns a message with the only the sub-messages which match the filter.