Interface InternalCelFunctionBinding

  • All Superinterfaces:
    CelFunctionBinding

    @Internal
    @Immutable
    public interface InternalCelFunctionBinding
    extends CelFunctionBinding
    Internal interface to expose the function name associated with a binding.

    CEL Library Internals. Do Not Use.

    • Method Detail

      • getFunctionName

        java.lang.String getFunctionName()