public class CustomProcessorEvent extends Event
| Modifier and Type | Method and Description |
|---|---|
static CustomProcessorEvent |
create(ByteBuffer payload) |
static CustomProcessorEvent |
create(ByteBuffer payload,
int version) |
ByteBuffer |
getPayload() |
int |
getVersion() |
void |
setVersion(int version) |
public static CustomProcessorEvent create(ByteBuffer payload)
@InterfaceAudience.Private public static CustomProcessorEvent create(ByteBuffer payload, int version)
public ByteBuffer getPayload()
@InterfaceAudience.Private public void setVersion(int version)
public int getVersion()
Copyright © 2020 Apache Software Foundation. All rights reserved.