Uses of Interface
org.apache.pulsar.functions.api.WindowContext
-
Packages that use WindowContext Package Description org.apache.pulsar.functions.api 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 WindowContext Modifier and Type Method Description O
WindowFunction. process(java.util.Collection<Record<I>> input, WindowContext context)
Process the input.
-