Uses of Interface
org.apache.pulsar.functions.windowing.WindowLifecycleListener
-
Packages that use WindowLifecycleListener Package Description org.apache.pulsar.functions.windowing -
-
Uses of WindowLifecycleListener in org.apache.pulsar.functions.windowing
Fields in org.apache.pulsar.functions.windowing declared as WindowLifecycleListener Modifier and Type Field Description protected WindowLifecycleListener<Event<T>>WindowManager. windowLifecycleListenerMethods in org.apache.pulsar.functions.windowing that return WindowLifecycleListener Modifier and Type Method Description protected WindowLifecycleListener<Event<org.apache.pulsar.functions.api.Record<I>>>WindowFunctionExecutor. newWindowLifecycleListener(org.apache.pulsar.functions.api.Context context)Constructors in org.apache.pulsar.functions.windowing with parameters of type WindowLifecycleListener Constructor Description WindowManager(WindowLifecycleListener<Event<T>> lifecycleListener, java.util.Collection<Event<T>> queue)Constructs aWindowManager
-