public class KeyedEvent extends Object implements Serializable
This class is primarily used to encapsulate KV related functionality when returning keyed events from ScriptRunner, avoiding the need for unchecked conversions due to type erasure.
Constructor and Description |
---|
KeyedEvent(String key,
Event event)
Initialize new KeyedEvent
|
Copyright © 2022. All rights reserved.