Class ChannelSplitter<T>

All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, io.activej.async.process.AsyncProcess, io.activej.common.initializer.WithInitializer<ChannelSplitter<T>>, HasChannelInput<T>, WithChannelInput<ChannelSplitter<T>,T>, WithChannelOutputs<T>

public final class ChannelSplitter<T> extends AbstractCommunicatingProcess implements WithChannelInput<ChannelSplitter<T>,T>, WithChannelOutputs<T>, io.activej.common.initializer.WithInitializer<ChannelSplitter<T>>