| 程序包 | 说明 |
|---|---|
| org.joyqueue.client.internal.consumer | |
| org.joyqueue.client.internal.consumer.support |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MessageFetcher.fetchPartitionAsync(BrokerNode brokerNode,
String topic,
String app,
short partition,
int count,
long timeout,
PartitionFetchListener listener) |
void |
MessageFetcher.fetchPartitionAsync(BrokerNode brokerNode,
String topic,
String app,
short partition,
long index,
int count,
long timeout,
PartitionFetchListener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MessageFetcherWrapper.fetchPartitionAsync(BrokerNode brokerNode,
String topic,
String app,
short partition,
int count,
long timeout,
PartitionFetchListener listener) |
void |
DefaultMessageFetcher.fetchPartitionAsync(BrokerNode brokerNode,
String topic,
String app,
short partition,
int count,
long timeout,
PartitionFetchListener listener) |
void |
MessageFetcherWrapper.fetchPartitionAsync(BrokerNode brokerNode,
String topic,
String app,
short partition,
long index,
int count,
long timeout,
PartitionFetchListener listener) |
void |
DefaultMessageFetcher.fetchPartitionAsync(BrokerNode brokerNode,
String topic,
String app,
short partition,
long index,
int count,
long timeout,
PartitionFetchListener listener) |
Copyright © 2020 Joyqueue Community. All rights reserved.