Class CustomObjectFunction

java.lang.Object
org.apache.pulsar.functions.api.examples.CustomObjectFunction
All Implemented Interfaces:
org.apache.pulsar.functions.api.Function<CustomObject,CustomObject>

public class CustomObjectFunction extends Object implements org.apache.pulsar.functions.api.Function<CustomObject,CustomObject>
Function that deals with custom objects.
  • Constructor Details

    • CustomObjectFunction

      public CustomObjectFunction()
  • Method Details