Class WindowDurationFunction

java.lang.Object
org.apache.pulsar.functions.api.examples.WindowDurationFunction
All Implemented Interfaces:
Function<Collection<String>,String>

public class WindowDurationFunction extends Object implements Function<Collection<String>,String>
This functions collects the timestamp during the window operation.