类 CustomBaseToDerivedFunction

  • 所有已实现的接口:
    org.apache.pulsar.functions.api.Function<CustomBaseObject,​CustomDerivedObject>

    public class CustomBaseToDerivedFunction
    extends java.lang.Object
    implements org.apache.pulsar.functions.api.Function<CustomBaseObject,​CustomDerivedObject>
    Example of function doing a type object conversion between input ann output type.