public class UserExceptionWindowFunction extends Object implements WindowFunction<String,String>
| Constructor and Description |
|---|
UserExceptionWindowFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
process(Collection<Record<String>> input,
WindowContext context) |
public String process(Collection<Record<String>> input, WindowContext context) throws Exception
process in interface WindowFunction<String,String>ExceptionCopyright © 2017–2022 Apache Software Foundation. All rights reserved.