public interface Consumer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TridentTuple input)
Performs the operation on the input trident tuple.
|
void accept(TridentTuple input)
input - the input trident tupleCopyright © 2023 The Apache Software Foundation. All rights reserved.