@FunctionalInterface public interface TableCreatorCallback
Modifier and Type | Field and Description |
---|---|
static TableCreatorCallback |
NOOP_TABLE_CREATOR_CALLBACK
NoOp implemetation for TableCreatorCallback
|
Modifier and Type | Method and Description |
---|---|
void |
performAction(TableCreatorCallbackInput tableCreatorCallbackInput)
Actions needed to be performed on the DynamoDB lease table once the table has been created and is in the ACTIVE
status.
|
static final TableCreatorCallback NOOP_TABLE_CREATOR_CALLBACK
void performAction(TableCreatorCallbackInput tableCreatorCallbackInput)
tableCreatorCallbackInput
- Input object for table creatorCopyright © 2020. All rights reserved.