Class IntegerAdditionFunction

  • All Implemented Interfaces:
    org.apache.pulsar.functions.api.Function<java.lang.Integer,​java.lang.Integer>

    public class IntegerAdditionFunction
    extends java.lang.Object
    implements org.apache.pulsar.functions.api.Function<java.lang.Integer,​java.lang.Integer>
    Function that appends to an integer input value and outputs the new value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer process​(java.lang.Integer input, org.apache.pulsar.functions.api.Context context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegerAdditionFunction

        public IntegerAdditionFunction()
    • Method Detail

      • process

        public java.lang.Integer process​(java.lang.Integer input,
                                         org.apache.pulsar.functions.api.Context context)
        Specified by:
        process in interface org.apache.pulsar.functions.api.Function<java.lang.Integer,​java.lang.Integer>