Uses of Interface
io.activej.csp.ChannelInput
Packages that use ChannelInput
Package
Description
-
Uses of ChannelInput in io.activej.csp
Methods in io.activej.csp with parameters of type ChannelInputModifier and TypeMethodDescriptiondefault io.activej.promise.Promise<Void>ChannelOutput.bindTo(ChannelInput<T> to) default io.activej.promise.Promise<Void>ChannelOutput.bindTo(ChannelInput<T> to, ChannelQueue<T> queue) default io.activej.promise.Promise<Void>ChannelSupplier.bindTo(ChannelInput<T> to) Binds this ChannelSupplier to providedChannelInput -
Uses of ChannelInput in io.activej.csp.binary
Subinterfaces of ChannelInput in io.activej.csp.binary -
Uses of ChannelInput in io.activej.csp.dsl
Methods in io.activej.csp.dsl that return ChannelInput -
Uses of ChannelInput in io.activej.csp.process
Methods in io.activej.csp.process that return ChannelInput -
Uses of ChannelInput in io.activej.csp.process.frames
Methods in io.activej.csp.process.frames that return ChannelInputModifier and TypeMethodDescriptionChannelInput<io.activej.bytebuf.ByteBuf>ChannelFrameEncoder.getInput()