Class ConsumerProducerExecutionOptions.ConsumerProducerExecutionOptionsBuilder
java.lang.Object
com.bakdata.kafka.consumerproducer.ConsumerProducerExecutionOptions.ConsumerProducerExecutionOptionsBuilder
- Enclosing class:
- ConsumerProducerExecutionOptions
public static class ConsumerProducerExecutionOptions.ConsumerProducerExecutionOptionsBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()consumerExecutionOptions(ConsumerExecutionOptions consumerExecutionOptions) Defines the execution options for the consumer part of the app.producerExecutionOptions(ProducerExecutionOptions producerExecutionOptions) Defines the execution options for the producer part of the app.toString()
-
Method Details
-
consumerExecutionOptions
public ConsumerProducerExecutionOptions.ConsumerProducerExecutionOptionsBuilder consumerExecutionOptions(ConsumerExecutionOptions consumerExecutionOptions) Defines the execution options for the consumer part of the app.- Returns:
this.
-
producerExecutionOptions
public ConsumerProducerExecutionOptions.ConsumerProducerExecutionOptionsBuilder producerExecutionOptions(ProducerExecutionOptions producerExecutionOptions) Defines the execution options for the producer part of the app.- Returns:
this.
-
build
-
toString
-