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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
message()
-
-
-
Method Detail
-
message
java.lang.Object message()
- Specified by:
message
in interfaceWrappedMessage
-
-