Uses of Interface
io.activej.csp.dsl.WithChannelTransformer
Packages that use WithChannelTransformer
Package
Description
-
Uses of WithChannelTransformer in io.activej.csp.process.frame
Classes in io.activej.csp.process.frame that implement WithChannelTransformer -
Uses of WithChannelTransformer in io.activej.csp.process.transformer
Classes in io.activej.csp.process.transformer that implement WithChannelTransformerModifier and TypeClassDescriptionclassAbstractChannelTransformer<S extends AbstractChannelTransformer<S,I, O>, I, O> -
Uses of WithChannelTransformer in io.activej.csp.process.transformer.impl
Classes in io.activej.csp.process.transformer.impl that implement WithChannelTransformerModifier and TypeClassDescriptionfinal classfinal classDrops exactly N bytes from a csp stream of byte buffers and limits that stream to exactly M bytes in lengthfinal classRateLimiter<T>