Skip to content
Snippets Groups Projects

Zookeeper free workload generator

Merged Sören Henning requested to merge zookeeper-free-workload-generator into master
3 files
+ 20
2
Compare changes
  • Side-by-side
  • Inline
Files
3
package theodolite.commons.workloadgeneration.functions;
/**
* Interface representing a message generator, which sends messages for given keys to some
* destination.
*/
@FunctionalInterface
public interface MessageGenerator {
Loading