Instance

org.encalmo.lambda.LambdaRuntime.Instance
trait Instance

Lambda runtime instance interface.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def pause(): Instance

Temporaily stop receiving events.

Temporaily stop receiving events.

Attributes

Stop receiving events and shutdow the runtime.

Stop receiving events and shutdow the runtime.

Attributes

def start(): Instance

Start receiving events.

Start receiving events.

Attributes

Wait for lambda runtime to finish job (potentially never).

Wait for lambda runtime to finish job (potentially never).

Attributes