| Package | Description |
|---|---|
| com.amazonaws.services.lambda.crac |
| Modifier and Type | Class and Description |
|---|---|
class |
Context<R extends Resource> |
| Modifier and Type | Class and Description |
|---|---|
class |
Context<R extends Resource> |
class |
ContextImpl
Spec reference: https://crac.github.io/openjdk-builds/javadoc/api/java.base/jdk/crac/package-summary.html
|
| Modifier and Type | Method and Description |
|---|---|
static Context<Resource> |
Core.getGlobalContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextImpl.register(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextImpl.afterRestore(Context<? extends Resource> context) |
abstract void |
Context.afterRestore(Context<? extends Resource> context) |
void |
Resource.afterRestore(Context<? extends Resource> context) |
void |
ContextImpl.beforeCheckpoint(Context<? extends Resource> context) |
abstract void |
Context.beforeCheckpoint(Context<? extends Resource> context) |
void |
Resource.beforeCheckpoint(Context<? extends Resource> context) |
Copyright © 2024. All rights reserved.