zio-lambda
zio-lambda
zio.lambda
BuildInfo
Client
Client
ClientContext
ClientContext
CognitoIdentity
CognitoIdentity
Context
Context
ZLambda
zio.lambda.internal
CustomClassLoader
CustomClassLoader
InvocationError
InvocationErrorResponse
InvocationErrorResponse
InvocationRequest
InvocationRequest
InvocationResponse
LambdaEnvironment
LambdaEnvironment
LambdaLoader
LambdaLoader
LambdaLoaderLive
LambdaLoaderLive
LoopProcessor
LoopProcessor
Live
RuntimeApi
RuntimeApi
RuntimeApiLive
RuntimeApiLive
ZLambdaReflectiveApp
zio-lambda
/
zio.lambda.internal
/
LoopProcessor
LoopProcessor
object
LoopProcessor
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
LoopProcessor
.type
Type members
Value members
Type members
Classlikes
final case
class
Live
(
runtimeApi:
RuntimeApi
,
environment:
LambdaEnvironment
)
extends
LoopProcessor
Value members
Concrete methods
def
loop
(
eitherZLambda:
Either
[
Throwable
,
ZLambda
[
_
,
_
]]):
RIO
[
LoopProcessor
,
Unit
]
Concrete fields
val
live
:
ZLayer
[
RuntimeApi
&
LambdaEnvironment
,
Throwable
,
LoopProcessor
]