Uses of Class
org.apache.camel.component.aws2.msk.MSK2Configuration
-
Packages that use MSK2Configuration Package Description org.apache.camel.component.aws2.msk org.apache.camel.component.aws2.msk.client org.apache.camel.component.aws2.msk.client.impl -
-
Uses of MSK2Configuration in org.apache.camel.component.aws2.msk
Methods in org.apache.camel.component.aws2.msk that return MSK2Configuration Modifier and Type Method Description MSK2ConfigurationMSK2Configuration. copy()MSK2ConfigurationMSK2Component. getConfiguration()MSK2ConfigurationMSK2Endpoint. getConfiguration()protected MSK2ConfigurationMSK2Producer. getConfiguration()Methods in org.apache.camel.component.aws2.msk with parameters of type MSK2Configuration Modifier and Type Method Description voidMSK2Component. setConfiguration(MSK2Configuration configuration)Component configurationConstructors in org.apache.camel.component.aws2.msk with parameters of type MSK2Configuration Constructor Description MSK2Endpoint(String uri, org.apache.camel.Component component, MSK2Configuration configuration) -
Uses of MSK2Configuration in org.apache.camel.component.aws2.msk.client
Methods in org.apache.camel.component.aws2.msk.client with parameters of type MSK2Configuration Modifier and Type Method Description static MSK2InternalClientMSK2ClientFactory. getKafkaClient(MSK2Configuration configuration)Return the correct AWS Kafka client (based on remote vs local). -
Uses of MSK2Configuration in org.apache.camel.component.aws2.msk.client.impl
Constructors in org.apache.camel.component.aws2.msk.client.impl with parameters of type MSK2Configuration Constructor Description MSK2ClientOptimizedImpl(MSK2Configuration configuration)Constructor that uses the config file.MSK2ClientStandardImpl(MSK2Configuration configuration)Constructor that uses the config file.
-