Package akka.actor
Interface DeadLetterSuppression
-
- All Known Subinterfaces:
ClusterEvent.ClusterDomainEvent
,ClusterEvent.DataCenterReachabilityEvent
,ClusterEvent.MemberEvent
,ClusterEvent.ReachabilityEvent
,Tcp.CloseCommand
,Tcp.ConnectionClosed
,TestPublisher.PublisherEvent
,TestSubscriber.SubscriberEvent
- All Known Implementing Classes:
AtLeastOnceDelivery.Internal$.RedeliveryTick$
,BackoffSupervisor.StartChild$
,ClusterEvent.ClusterShuttingDown$
,ClusterEvent.LeaderChanged
,ClusterEvent.MemberDowned
,ClusterEvent.MemberExited
,ClusterEvent.MemberJoined
,ClusterEvent.MemberLeft
,ClusterEvent.MemberPreparingForShutdown
,ClusterEvent.MemberReadyForShutdown
,ClusterEvent.MemberRemoved
,ClusterEvent.MemberUp
,ClusterEvent.MemberWeaklyUp
,ClusterEvent.ReachableDataCenter
,ClusterEvent.ReachableMember
,ClusterEvent.RoleLeaderChanged
,ClusterEvent.UnreachableDataCenter
,ClusterEvent.UnreachableMember
,ClusterSingletonManager.Internal$.AcquireLeaseFailure
,ClusterSingletonManager.Internal$.AcquireLeaseResult
,ClusterSingletonManager.Internal$.HandOverToMe$
,ClusterSingletonManager.Internal$.LeaseLost
,ClusterSingletonManager.Internal$.ReleaseLeaseFailure
,ClusterSingletonManager.Internal$.ReleaseLeaseResult
,ClusterSingletonManager.Internal$.TakeOverFromMe$
,ConsumerController.SequencedMessage
,DistributedPubSubMediator.Internal$.Delta
,DistributedPubSubMediator.Internal$.Status
,DistributedPubSubMediator.SubscribeAck
,InternalClusterAction.ExitingConfirmed
,InternalClusterAction.InitJoin
,InternalClusterAction.InitJoinAck
,InternalClusterAction.InitJoinNack
,InternalClusterAction.JoinSeedNode$
,InternalClusterAction.Unsubscribe
,JournalProtocol.RecoverySuccess
,JournalProtocol.ReplayedMessage
,JournalProtocol.ReplayMessagesFailure
,PoisonPill
,PoisonPill$
,ProducerControllerImpl.Ack
,ProducerControllerImpl.Request
,ProducerControllerImpl.Resend
,Replicator.Internal$.DeltaNack$
,Replicator.Internal$.ReadResult
,Replicator.Internal$.WriteAck$
,Replicator.Internal$.WriteNack$
,Replicator.UpdateSuccess
,Replicator.UpdateSuccess
,RestartSupervisor.ResetRestartCount
,RestartSupervisor.ScheduledRestart
,SelfRemoved
,SelfUp
,ServiceDiscovery.Resolved
,ShardCoordinator.Internal$.GetShardHome
,ShardCoordinator.Internal$.GracefulShutdownReq
,ShardCoordinator.Internal$.Register
,ShardCoordinator.Internal$.RegisterProxy
,ShardCoordinator.Internal$.ShardHomes
,ShardCoordinator.Internal$.Terminate$
,Tcp.Abort$
,Tcp.Aborted$
,Tcp.Close$
,Tcp.Closed$
,Tcp.ConfirmedClose$
,Tcp.ConfirmedClosed$
,Tcp.ErrorClosed
,Tcp.PeerClosed$
,Tcp.ResumeReading$
,Terminated
,TestPublisher.CancelSubscription
,TestPublisher.RequestMore
,TestPublisher.Subscribe
,TestSubscriber.OnComplete$
,TestSubscriber.OnError
,TestSubscriber.OnNext
,TestSubscriber.OnSubscribe
,TimerMessages.Scheduled
public interface DeadLetterSuppression
Use with caution: Messages extending this trait will not be logged by the default dead-letters listener. Instead they will be wrapped asSuppressedDeadLetter
and may be subscribed for explicitly.