Class PublishWindowFunction

java.lang.Object
org.apache.pulsar.functions.api.examples.window.PublishWindowFunction
All Implemented Interfaces:
WindowFunction<String,Void>

public class PublishWindowFunction extends Object implements WindowFunction<String,Void>
Example function that uses the built in publish function in the context to publish to a desired topic based on config.