Class UserExceptionWindowFunction

java.lang.Object
org.apache.pulsar.functions.api.examples.window.UserExceptionWindowFunction
All Implemented Interfaces:
WindowFunction<String,String>

public class UserExceptionWindowFunction extends Object implements WindowFunction<String,String>
This Function simulates a pulsar function encountering runtime errors.