IsolatedClassLoaderTransport

functions.transports.IsolatedClassLoaderTransport
class IsolatedClassLoaderTransport(runtimeConfig: RuntimeConfig)

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 Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def createTransport(organization: String, exportedArtifact: String, version: String): TransportFunction
def createTransport(dependency: String): TransportFunction