io.datakernel.csp.dsl.WithChannelOutputs Maven / Gradle / Ivy
package io.datakernel.csp.dsl;
import io.datakernel.csp.ChannelOutput;
public interface WithChannelOutputs {
ChannelOutput addOutput();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy