Package akka.routing
Interface RouterEnvelope
- 
- All Superinterfaces:
- WrappedMessage
 - All Known Implementing Classes:
- Broadcast,- ConsistentHashingRouter.ConsistentHashableEnvelope,- DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
 
 public interface RouterEnvelope extends WrappedMessage Only the contained message will be forwarded to the destination, i.e. the envelope will be stripped off.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectmessage()
 
- 
- 
- 
Method Detail- 
messagejava.lang.Object message() - Specified by:
- messagein interface- WrappedMessage
 
 
- 
 
-