Uses of Interface
org.apache.pulsar.functions.windowing.WindowLifecycleListener
Packages that use WindowLifecycleListener
-
Uses of WindowLifecycleListener in org.apache.pulsar.functions.windowing
Fields in org.apache.pulsar.functions.windowing declared as WindowLifecycleListenerModifier and TypeFieldDescriptionprotected final WindowLifecycleListener<Event<T>>WindowManager.windowLifecycleListenerMethods in org.apache.pulsar.functions.windowing that return WindowLifecycleListenerModifier and TypeMethodDescriptionprotected WindowLifecycleListener<Event<Record<T>>>WindowFunctionExecutor.newWindowLifecycleListener(Context context) Constructors in org.apache.pulsar.functions.windowing with parameters of type WindowLifecycleListenerModifierConstructorDescriptionWindowManager(WindowLifecycleListener<Event<T>> lifecycleListener, Collection<Event<T>> queue) Constructs aWindowManager.