diff --git a/README.md b/README.md index a5aa316..3a6c63d 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,8 @@ The `KinesisMessageDrivenChannelAdapter` iterates over its shards and tries to a If `LockRegistry` is not provided, no exclusive locking happens and all the shards are consumed by this `KinesisMessageDrivenChannelAdapter`. See also `DynamoDbLockRegistry` for more information. -Also the `KclMessageDrivenChannelAdapter` is provided for performing streams consumption by [Kinesis Client Library][]. +Also the `KclMessageDrivenChannelAdapter` is provided for performing streams consumption by [Kinesis Client Library][]. +See its JavaDocs for more information. ### Outbound Channel Adapter