@InterfaceStability.Unstable @InterfaceAudience.Public public class InputUpdatePayloadEvent extends Event
InputInitializer
implementations to update the
shared user payload for the Input that is being initialized.
This event is specific to an Input, and should only be sent once - ideally
before InputDataInformationEvent
sModifier and Type | Method and Description |
---|---|
static InputUpdatePayloadEvent |
create(ByteBuffer userPayload) |
ByteBuffer |
getUserPayload() |
public static InputUpdatePayloadEvent create(ByteBuffer userPayload)
public ByteBuffer getUserPayload()
Copyright © 2024 Apache Software Foundation. All rights reserved.