akka.io
Interface HasActorContext

All Superinterfaces:
PipelineContext
All Known Subinterfaces:
TcpPipelineHandler.WithinActorContext

public interface HasActorContext
extends PipelineContext

This trait expresses that the pipeline’s context needs to live within an actor and provide its ActorContext.


Method Summary
 ActorContext getContext()
          Retrieve the ActorContext for this pipeline’s context.
 
Methods inherited from interface akka.io.PipelineContext
cmd, cmdHolder, dealias, evt, evtHolder, nothing, singleCommand, singleEvent
 

Method Detail

getContext

ActorContext getContext()
Retrieve the ActorContext for this pipeline’s context.