akka.io
Class AbstractPipelineContext

java.lang.Object
  extended by akka.io.AbstractPipelineContext
All Implemented Interfaces:
PipelineContext

public abstract class AbstractPipelineContext
extends java.lang.Object
implements PipelineContext

This base trait of each pipeline’s context provides optimized facilities for generating single commands or events (i.e. the fast common case of 1:1 message transformations).

IMPORTANT NOTICE:

A PipelineContext MUST NOT be shared between multiple pipelines, it contains mutable state without synchronization. You have been warned!


Constructor Summary
AbstractPipelineContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.PipelineContext
cmd, cmdHolder, dealias, evt, evtHolder, nothing, singleCommand, singleEvent
 

Constructor Detail

AbstractPipelineContext

public AbstractPipelineContext()