Uses of Interface
org.apache.pulsar.client.api.RawMessage
-
Packages that use RawMessage Package Description org.apache.pulsar.client.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.client.impl 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 RawMessage Modifier and Type Method Description java.util.concurrent.CompletableFuture<RawMessage>RawReader. 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 RawMessage Modifier and Type Class Description classRawMessageImplMethods in org.apache.pulsar.client.impl that return RawMessage Modifier and Type Method Description static RawMessageRawMessageImpl. deserializeFrom(io.netty.buffer.ByteBuf buffer)Methods in org.apache.pulsar.client.impl that return types with arguments of type RawMessage Modifier and Type Method Description java.util.concurrent.CompletableFuture<RawMessage>RawReaderImpl. readNextAsync()static java.util.Optional<RawMessage>RawBatchConverter. rebatchMessage(RawMessage msg, java.util.function.BiPredicate<java.lang.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 RawMessage Modifier and Type Method Description static java.util.List<org.apache.commons.lang3.tuple.ImmutableTriple<org.apache.pulsar.client.api.MessageId,java.lang.String,java.lang.Integer>>RawBatchConverter. extractIdsAndKeysAndSize(RawMessage msg)static booleanRawBatchConverter. isReadableBatch(RawMessage msg)static java.util.Optional<RawMessage>RawBatchConverter. rebatchMessage(RawMessage msg, java.util.function.BiPredicate<java.lang.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.
-