Class CustomBaseToBaseFunction

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

public class CustomBaseToBaseFunction extends Object implements org.apache.pulsar.functions.api.Function<CustomBaseObject,CustomBaseObject>
Function example of processing on a custom object type.
  • Constructor Details

    • CustomBaseToBaseFunction

      public CustomBaseToBaseFunction()
  • Method Details