类 MessagePayloadImpl
java.lang.Object
org.apache.pulsar.client.impl.MessagePayloadImpl
- 所有已实现的接口:
MessagePayload
A wrapper of
ByteBuf that implements MessagePayload.-
方法概要
修饰符和类型方法说明byte[]static MessagePayloadImplcreate(@NonNull io.netty.buffer.ByteBuf byteBuf) voidrelease()
-
方法详细资料
-
create
-
release
public void release()- 指定者:
release在接口中MessagePayload
-
copiedBuffer
public byte[] copiedBuffer()- 指定者:
copiedBuffer在接口中MessagePayload
-