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