public abstract class CheckpointManager extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
completeBatch(com.microsoft.azure.eventprocessorhost.PartitionContext context) |
static CheckpointManager |
of(CheckpointConfig checkpointConfig) |
void |
onMessage(com.microsoft.azure.eventprocessorhost.PartitionContext context,
com.microsoft.azure.eventhubs.EventData eventData) |
public static CheckpointManager of(CheckpointConfig checkpointConfig)
public void onMessage(com.microsoft.azure.eventprocessorhost.PartitionContext context,
com.microsoft.azure.eventhubs.EventData eventData)
public void completeBatch(com.microsoft.azure.eventprocessorhost.PartitionContext context)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.