Class UserMetricWindowFunction

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

public class UserMetricWindowFunction extends Object implements WindowFunction<String,Void>
Example function that wants to keep track of the event time of each message sent.