Uses of Class
com.softwaremill.jox.Channel
-
Uses of Channel in com.softwaremill.jox
Methods in com.softwaremill.jox that return ChannelModifier and TypeMethodDescriptionChannel<?> ChannelClosed.channel()Channel<?> ChannelDone.channel()Returns the value of thechannelrecord component.Channel<?> ChannelError.channel()Returns the value of thechannelrecord component.static <T> Channel<T> Channel.newBufferedChannel(int capacity) static <T> Channel<T> Channel.newBufferedDefaultChannel()Creates a new buffered channel, with the default buffer size (16).static <T> Channel<T> Channel.newRendezvousChannel()static <T> Channel<T> Channel.newUnlimitedChannel()Constructors in com.softwaremill.jox with parameters of type ChannelModifierConstructorDescriptionChannelDone(Channel<?> channel) Creates an instance of aChannelDonerecord class.ChannelError(Throwable cause, Channel<?> channel) Creates an instance of aChannelErrorrecord class.