Package org.apache.pekko.routing
Interface RouterEnvelope
- All Superinterfaces:
WrappedMessage
- All Known Implementing Classes:
Broadcast,ConsistentHashingRouter.ConsistentHashableEnvelope,DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
Only the contained message will be forwarded to the
destination, i.e. the envelope will be stripped off.
-
Method Summary
-
Method Details
-
message
Object message()- Specified by:
messagein interfaceWrappedMessage
-