| Package | Description |
|---|---|
| com.microsoft.azure.spring.integration.core.api |
| Modifier and Type | Method and Description |
|---|---|
CheckpointMode |
CheckpointConfig.getCheckpointMode() |
static CheckpointMode |
CheckpointMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointMode[] |
CheckpointMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfig.CheckpointConfigBuilder |
CheckpointConfig.CheckpointConfigBuilder.checkpointMode(CheckpointMode checkpointMode) |
void |
RxSubscribeOperation.setCheckpointMode(CheckpointMode checkpointMode) |
void |
ReceiveOperation.setCheckpointMode(CheckpointMode checkpointMode) |
| Constructor and Description |
|---|
CheckpointConfig(CheckpointMode checkpointMode,
int checkpointCount,
Duration checkpointInterval) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.