Uses of Interface
org.apache.pulsar.functions.windowing.WindowLifecycleListener
Packages that use WindowLifecycleListener
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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<org.apache.pulsar.functions.api.Record<T>>>WindowFunctionExecutor.newWindowLifecycleListener(org.apache.pulsar.functions.api.Context context) Constructors in org.apache.pulsar.functions.windowing with parameters of type WindowLifecycleListenerModifierConstructorDescriptionWindowManager(WindowLifecycleListener<Event<T>> lifecycleListener, Collection<Event<T>> queue) Constructs aWindowManager.