| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RawMessage> |
RawReader.readNextAsync()
Read the next raw message for the topic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawMessageImpl |
| Modifier and Type | Method and Description |
|---|---|
static RawMessage |
RawMessageImpl.deserializeFrom(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RawMessage> |
RawReaderImpl.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.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.commons.lang3.tuple.ImmutableTriple<org.apache.pulsar.client.api.MessageId,String,Integer>> |
RawBatchConverter.extractIdsAndKeysAndSize(RawMessage msg) |
static boolean |
RawBatchConverter.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.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.