java.lang.Object
org.apache.flink.runtime.asyncprocessing.declare.NamedCallback
Direct Known Subclasses:
NamedBiFunction, NamedConsumer, NamedFunction

@Experimental public abstract class NamedCallback extends Object
A named callback that can be identified and checkpoint.
  • Constructor Details

    • NamedCallback

      public NamedCallback(String name)
  • Method Details

    • getName

      public String getName()
      Get the name of this callback.