Class KafkaResumeStrategyConfiguration
- java.lang.Object
-
- org.apache.camel.resume.ResumeStrategyConfiguration
-
- org.apache.camel.processor.resume.kafka.KafkaResumeStrategyConfiguration
-
public class KafkaResumeStrategyConfiguration extends org.apache.camel.resume.ResumeStrategyConfiguration
A configuration suitable for using with theKafkaResumeStrategy
and any of its implementations
-
-
Constructor Summary
Constructors Constructor Description KafkaResumeStrategyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
getConsumerProperties()
Properties
getProducerProperties()
String
getTopic()
-
-
-
Method Detail
-
getProducerProperties
public Properties getProducerProperties()
-
getConsumerProperties
public Properties getConsumerProperties()
-
getTopic
public String getTopic()
-
-