Uses of Interface
org.apache.camel.component.aws2.msk.client.MSK2InternalClient
-
Packages that use MSK2InternalClient Package Description org.apache.camel.component.aws2.msk.client org.apache.camel.component.aws2.msk.client.impl -
-
Uses of MSK2InternalClient in org.apache.camel.component.aws2.msk.client
Methods in org.apache.camel.component.aws2.msk.client that return MSK2InternalClient Modifier and Type Method Description static MSK2InternalClientMSK2ClientFactory. getKafkaClient(MSK2Configuration configuration)Return the correct AWS Kafka client (based on remote vs local). -
Uses of MSK2InternalClient in org.apache.camel.component.aws2.msk.client.impl
Classes in org.apache.camel.component.aws2.msk.client.impl that implement MSK2InternalClient Modifier and Type Class Description classMSK2ClientOptimizedImplManage an AWS MSK client for all users to use (enabling temporary creds).classMSK2ClientStandardImplManage an AWS MQ client for all users to use.
-