Class WindowDurationFunction
java.lang.Object
org.apache.pulsar.functions.api.examples.WindowDurationFunction
- All Implemented Interfaces:
Function<Collection<String>,String>
This functions collects the timestamp during the window operation.
-
Constructor Details
-
WindowDurationFunction
public WindowDurationFunction()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<Collection<String>,String>
-