pekko/akka-docs/rst/java/code/docs/io/japi
Roland d794b14b2b implement and document Pipelines, see #3174
- heavily inspired by spray.io.Pipeline
- fully functional style: a stage returns the resulting commands and
  events, which makes it impossible to mess with the pipeline from the
  inside
- object allocations are optimized away for emtpy and 1-elem results
- added type-safety, verifying that stages match up
- management commands “from the side” for configuration or async events
- full Java API and docs
2013-04-08 20:57:04 +02:00
..
HasActorContext.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
HasByteOrder.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
LengthFieldFrame.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
Message.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
MessageStage.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
PipelineTest.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
Processor.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
TickGenerator.java implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00