| Package | Description |
|---|---|
| com.mulesoft.connector.amazon.kinesis.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckpointOperation.checkpoint(KinesisConfiguration config,
String streamName,
String applicationName,
String shardId,
String sequenceNumber,
Long subsequenceNumber,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
The operation checkpoint position of a listener into the Amazon DynamoDB table.
|
void |
PutRecordOperation.putRecord(KinesisConfiguration config,
KinesisConnection connection,
String streamName,
String partitionKey,
String explicitHashKey,
InputStream data,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Void> callback)
Puts a data record into an Amazon Kinesis data stream.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.