public class LumigoRequestExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExecutorService |
executorService |
| Constructor and Description |
|---|
LumigoRequestExecutor() |
| Modifier and Type | Method and Description |
|---|---|
static <OUTPUT,INPUT> |
execute(INPUT input,
com.amazonaws.services.lambda.runtime.Context context,
Supplier<OUTPUT> handler) |
static LumigoRequestExecutor |
getInstance() |
static void |
init() |
protected ExecutorService executorService
public static LumigoRequestExecutor getInstance()
public static void init()
public static <OUTPUT,INPUT> OUTPUT execute(INPUT input,
com.amazonaws.services.lambda.runtime.Context context,
Supplier<OUTPUT> handler)
Copyright © 2024 Lumigo. All rights reserved.