Class RemoveAvroFieldFunction

  • All Implemented Interfaces:
    org.apache.pulsar.functions.api.Function<org.apache.pulsar.client.api.schema.GenericObject,​java.lang.Void>

    public class RemoveAvroFieldFunction
    extends java.lang.Object
    implements org.apache.pulsar.functions.api.Function<org.apache.pulsar.client.api.schema.GenericObject,​java.lang.Void>
    This function removes a "field" from a AVRO message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void process​(org.apache.pulsar.client.api.schema.GenericObject genericObject, 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
      • Methods inherited from interface org.apache.pulsar.functions.api.Function

        close, initialize
    • Constructor Detail

      • RemoveAvroFieldFunction

        public RemoveAvroFieldFunction()
    • Method Detail

      • process

        public java.lang.Void process​(org.apache.pulsar.client.api.schema.GenericObject genericObject,
                                      org.apache.pulsar.functions.api.Context context)
                               throws java.lang.Exception
        Specified by:
        process in interface org.apache.pulsar.functions.api.Function<org.apache.pulsar.client.api.schema.GenericObject,​java.lang.Void>
        Throws:
        java.lang.Exception