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