com.github.hekonsek.vertx.pipes.StartableFunction Maven / Gradle / Ivy
package com.github.hekonsek.vertx.pipes;
public interface StartableFunction extends Function {
void start();
}
package com.github.hekonsek.vertx.pipes;
public interface StartableFunction extends Function {
void start();
}