Uses of Class
org.apache.camel.component.aws2.msk.MSK2Configuration
Packages that use MSK2Configuration
Package
Description
-
Uses of MSK2Configuration in org.apache.camel.component.aws2.msk
Methods in org.apache.camel.component.aws2.msk that return MSK2ConfigurationModifier and TypeMethodDescriptionMSK2Configuration.copy()MSK2Component.getConfiguration()MSK2Endpoint.getConfiguration()protected MSK2ConfigurationMSK2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.msk with parameters of type MSK2ConfigurationModifier and TypeMethodDescriptionvoidMSK2Component.setConfiguration(MSK2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.msk with parameters of type MSK2ConfigurationModifierConstructorDescriptionMSK2Endpoint(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 MSK2ConfigurationModifier and TypeMethodDescriptionstatic 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 MSK2ConfigurationModifierConstructorDescriptionMSK2ClientOptimizedImpl(MSK2Configuration configuration) Constructor that uses the config file.MSK2ClientProfileOptimizedImpl(MSK2Configuration configuration) Constructor that uses the config file.MSK2ClientSessionTokenImpl(MSK2Configuration configuration) Constructor that uses the config file.MSK2ClientStandardImpl(MSK2Configuration configuration) Constructor that uses the config file.