io.datakernel.csp.dsl.HasBinaryChannelInput Maven / Gradle / Ivy
package io.datakernel.csp.dsl;
import io.datakernel.bytebuf.ByteBuf;
import io.datakernel.csp.binary.BinaryChannelInput;
public interface HasBinaryChannelInput extends HasChannelInput {
@Override
BinaryChannelInput getInput();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy