Class FunctionFilePackage

java.lang.Object
org.apache.pulsar.functions.utils.FunctionFilePackage
All Implemented Interfaces:
AutoCloseable, ValidatableFunctionPackage

public class FunctionFilePackage extends Object implements AutoCloseable, ValidatableFunctionPackage
FunctionFilePackage is a class that represents a function package and implements the ValidatableFunctionPackage interface which decouples the function package from classloading.