Package io.camunda.zeebe.util.jar


package io.camunda.zeebe.util.jar
  • Class
    Description
    Provides a class loader which isolates external exporters from other exporters, while exposing our own code to ensure versions match at runtime.
     
    Maintains a map of all loaded external JARs and their corresponding class loaders for quick reuse.
    A collection of utilities to run an arbitrary Runnable with a specific thread context class loader.