Package com.bakdata.kafka
Interface Runner
- All Superinterfaces:
AutoCloseable,Runnable
- All Known Implementing Classes:
ProducerRunner,StreamsRunner
Interface for running applications
-
Method Summary
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-
run
void run()Run the application
-