接口的使用
org.apache.pulsar.functions.api.WindowContext
使用WindowContext的程序包
程序包
说明
Provides a simple model for enabling lightweight computation on Apache Pulsar.
-
org.apache.pulsar.functions.api中WindowContext的使用
修饰符和类型方法说明WindowFunction.process(Collection<Record<I>> input, WindowContext context) Process the input.