IsolatedClassLoaderTransport
functions.transports.IsolatedClassLoaderTransport
A transport that uses a separate classloader to fully load a function and all it's dependencies. Then it will send the Array[Byte] serialized function params to it via exported.Exported class which the function's jar should contain.
Value parameters
- runtimeConfig
-
the RuntimeConfig used to trace the function's jar and dependencies
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article