functions.transports

Members list

Type members

Classlikes

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.

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

Supertypes
class Object
trait Matchable
class Any