Interface WrappedMessage

All Known Subinterfaces:
AllDeadLetters, RouterEnvelope
All Known Implementing Classes:
Broadcast, ConsistentHashingRouter.ConsistentHashableEnvelope, DeadLetter, DistributedPubSubMediator.Internal$.MediatorRouterEnvelope, DistributedPubSubMediator.Publish, DistributedPubSubMediator.Send, DistributedPubSubMediator.SendToAll, Dropped, ShardingEnvelope, SuppressedDeadLetter, UnhandledMessage

public interface WrappedMessage
Message envelopes may implement this trait for better logging, such as logging of message class name of the wrapped message instead of the envelope class name.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details