public class SendResult extends Object implements Serializable
| 构造器和说明 |
|---|
SendResult(String topic,
short partition,
long index,
long startTime) |
public SendResult(String topic, short partition, long index, long startTime)
public String getTopic()
public short getPartition()
@Deprecated public long getIndex()
public long getStartTime()
Copyright © 2020 Joyqueue Community. All rights reserved.