Uses of Interface
org.apache.pulsar.functions.api.WindowContext
Packages that use WindowContext
Package
Description
Provides a simple model for enabling lightweight computation on Apache Pulsar.
-
Uses of WindowContext in org.apache.pulsar.functions.api
Methods in org.apache.pulsar.functions.api with parameters of type WindowContextModifier and TypeMethodDescriptionWindowFunction.process(Collection<Record<X>> input, WindowContext context) Process the input.