Package io.activej.csp.consumer
package io.activej.csp.consumer
-
ClassDescriptionThis interface represents consumer of data items that should be used serially (each consecutive
ChannelConsumer.accept(Object)operation should be called only after previousChannelConsumer.accept(Object)operation finishes)Provides static factories for instantiating variousChannelConsumers.