Class ChannelSplitter<T>

java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.csp.process.AbstractCommunicatingProcess
io.activej.csp.process.ChannelSplitter<T>
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, io.activej.async.process.ReactiveProcess, HasChannelInput<T>, WithChannelInput<ChannelSplitter<T>,T>, WithChannelOutputs<T>, io.activej.reactor.Reactive

public final class ChannelSplitter<T> extends AbstractCommunicatingProcess implements WithChannelInput<ChannelSplitter<T>,T>, WithChannelOutputs<T>