All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expedia.www.haystack.pipes.commons.kafka.Main Maven / Gradle / Ivy

The newest version!
package com.expedia.www.haystack.pipes.commons.kafka;

/**
 * Interface for a main() method that can be changed, under configuration control, to point to different Kafka Streams
 * applications for a particular subsystem to run.
 */
public interface Main {
    void main();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy