akka.routing
Interface RouterEnvelope

All Known Implementing Classes:
Broadcast, ConsistentHashingRouter.ConsistentHashableEnvelope

public interface RouterEnvelope

Only the contained message will be forwarded to the destination, i.e. the envelope will be stripped off.


Method Summary
 java.lang.Object message()
           
 

Method Detail

message

java.lang.Object message()