Class KinesisAsyncClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.kinesis.client.impl.KinesisAsyncClientStandardImpl
- All Implemented Interfaces:
KinesisAsyncInternalClient
Manage an AWS Async Kinesis client for all users to use. This implementation is for local instances to use a static
and solid credential set.
-
Constructor Summary
ConstructorsConstructorDescriptionKinesisAsyncClientStandardImpl(Kinesis2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.kinesis.KinesisAsyncClientGetting the Kinesis Async client that is used.
-
Constructor Details
-
KinesisAsyncClientStandardImpl
Constructor that uses the config file.
-
-
Method Details
-
getKinesisAsyncClient
public software.amazon.awssdk.services.kinesis.KinesisAsyncClient getKinesisAsyncClient()Getting the Kinesis Async client that is used.- Specified by:
getKinesisAsyncClientin interfaceKinesisAsyncInternalClient- Returns:
- Amazon Kinesis Async Client.
-