java.lang.Object
org.apache.pulsar.packages.management.core.common.PackageName

public class PackageName extends Object
A package name has five parts, type, tenant, namespace, package-name, and version. And there are three type of packages, function, sink, and source. A package name is format as type://tenant/namespace/name@version.