functions.transports
package functions.transports
Members list
Type members
Classlikes
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 Objecttrait Matchableclass Any
In this article