Class WindowFunctionExecutor<T,X>

java.lang.Object
org.apache.pulsar.functions.windowing.WindowFunctionExecutor<T,X>
All Implemented Interfaces:
Function<T,X>

public class WindowFunctionExecutor<T,X> extends Object implements Function<T,X>