Package com.bakdata.kafka
Interface ConfiguredApp<E>
- Type Parameters:
E- type of executable app after configuringRuntimeConfiguration
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ConfiguredProducerApp,ConfiguredStreamsApp
An application with a corresponding configuration
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration) Create an executable app using the providedRuntimeConfiguration.
-
Method Details
-
withRuntimeConfiguration
Create an executable app using the providedRuntimeConfiguration.- Parameters:
runtimeConfiguration- configuration to run app with- Returns:
- executable streams app
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-