Class JavaInstance

java.lang.Object
org.apache.pulsar.functions.instance.JavaInstance
All Implemented Interfaces:
AutoCloseable

public class JavaInstance extends Object implements AutoCloseable
This is the Java Instance. This is started by the runtimeSpawner using the JavaInstanceClient program if invoking via a process based invocation or using JavaInstance using a thread based invocation.