Package akka.actor
Interface DeadLetterSuppression
-
- All Known Subinterfaces:
ActorGraphInterpreter.BoundaryEvent
,ActorGraphInterpreter.SimpleBoundaryEvent
,ClusterEvent.ClusterDomainEvent
,ClusterEvent.DataCenterReachabilityEvent
,ClusterEvent.MemberEvent
,ClusterEvent.ReachabilityEvent
,Tcp.CloseCommand
,Tcp.ConnectionClosed
,TestPublisher.PublisherEvent
,TestSubscriber.SubscriberEvent
- All Known Implementing Classes:
ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete
,ActorGraphInterpreter.BatchingActorInputBoundary.OnError
,ActorGraphInterpreter.BatchingActorInputBoundary.OnNext
,ActorGraphInterpreter.BatchingActorInputBoundary.OnSubscribe
,ActorGraphInterpreter.Cancel
,ActorGraphInterpreter.RequestMore
,ActorGraphInterpreter.Resume$
,ActorGraphInterpreter.SubscribePending
,ActorPublisher.Internal$.Subscribe
,ActorPublisherMessage
,ActorPublisherMessage.Cancel
,ActorPublisherMessage.Cancel$
,ActorPublisherMessage.Request
,ActorPublisherMessage.SubscriptionTimeoutExceeded
,ActorPublisherMessage.SubscriptionTimeoutExceeded$
,ActorSubscriber.OnSubscribe
,ActorSubscriberMessage
,ActorSubscriberMessage.OnComplete$
,ActorSubscriberMessage.OnError
,ActorSubscriberMessage.OnNext
,ActorTransportAdapter.DisassociateUnderlying
,AddressTerminated
,AssociationHandle.Disassociated
,AtLeastOnceDelivery.Internal$.RedeliveryTick$
,BackoffSupervisor.ResetRestartCount
,BackoffSupervisor.StartChild$
,Cancel
,ClusterEvent.ClusterShuttingDown$
,ClusterEvent.CurrentInternalStats
,ClusterEvent.LeaderChanged
,ClusterEvent.MemberDowned
,ClusterEvent.MemberExited
,ClusterEvent.MemberJoined
,ClusterEvent.MemberLeft
,ClusterEvent.MemberRemoved
,ClusterEvent.MemberUp
,ClusterEvent.MemberWeaklyUp
,ClusterEvent.ReachabilityChanged
,ClusterEvent.ReachableDataCenter
,ClusterEvent.ReachableMember
,ClusterEvent.RoleLeaderChanged
,ClusterEvent.SeenChanged
,ClusterEvent.UnreachableDataCenter
,ClusterEvent.UnreachableMember
,ClusterHeartbeatSender.Heartbeat
,ClusterHeartbeatSender.HeartbeatRsp
,ClusterReceptionist.Internal$.GetContacts$
,ClusterReceptionist.Internal$.Heartbeat$
,ClusterReceptionist.Internal$.HeartbeatRsp$
,ClusterReceptionist.Internal$.Ping$
,ClusterReceptionist.Internal$.ReceptionistShutdown$
,ClusterSingletonManager.Internal$.AcquireLeaseFailure
,ClusterSingletonManager.Internal$.AcquireLeaseResult
,ClusterSingletonManager.Internal$.HandOverToMe$
,ClusterSingletonManager.Internal$.LeaseLost
,ClusterSingletonManager.Internal$.ReleaseLeaseFailure
,ClusterSingletonManager.Internal$.ReleaseLeaseResult
,ClusterSingletonManager.Internal$.TakeOverFromMe$
,Controller.ClientDisconnected
,DeathWatchNotification
,DistributedPubSubMediator.Internal$.Delta
,DistributedPubSubMediator.Internal$.Status
,DistributedPubSubMediator.SubscribeAck
,ExposedPublisher
,FanIn.OnComplete
,FanIn.OnError
,FanIn.OnNext
,FanIn.OnSubscribe
,FanOut.ExposedPublishers
,FanOut.SubstreamCancel
,FanOut.SubstreamRequestMore
,FanOut.SubstreamSubscribePending
,GraphInterpreterShell.Abort
,GraphInterpreterShell.AsyncInput
,GraphInterpreterShell.ResumeShell
,InternalClusterAction.ExitingConfirmed
,InternalClusterAction.InitJoin
,InternalClusterAction.InitJoinAck
,InternalClusterAction.InitJoinNack
,InternalClusterAction.JoinSeedNode$
,InternalClusterAction.Unsubscribe
,JournalProtocol.RecoverySuccess
,JournalProtocol.ReplayedMessage
,JournalProtocol.ReplayMessagesFailure
,LeveldbJournal.CurrentPersistenceIds
,LeveldbJournal.EventAppended
,LeveldbJournal.PersistenceIdAdded
,LeveldbJournal.ReplayedTaggedMessage
,LeveldbJournal.TaggedEventAppended
,MetricsGossipEnvelope
,PoisonPill
,PoisonPill$
,Replicator.Internal$.DeltaNack$
,Replicator.Internal$.ReadResult
,Replicator.Internal$.WriteAck$
,Replicator.Internal$.WriteNack$
,Replicator.UpdateSuccess
,Replicator.UpdateSuccess
,RequestMore
,RestartSupervisor.ResetRestartCount
,RestartSupervisor.ScheduledRestart
,SelectionHandler.ChannelReadable$
,SelectionHandler.ChannelWritable$
,SelfRemoved
,SelfUp
,ServiceDiscovery.Resolved
,Shard.LeaseAcquireResult
,Shard.LeaseLost
,Shard.LeaseRetry$
,ShardCoordinator.Internal$.GetShardHome
,ShardCoordinator.Internal$.GracefulShutdownReq
,ShardCoordinator.Internal$.Register
,ShardCoordinator.Internal$.RegisterProxy
,ShardCoordinator.Internal$.Terminate$
,StreamRefsProtocol.CumulativeDemand
,StreamRefsProtocol.OnSubscribeHandshake
,StreamRefsProtocol.SequencedOnNext
,StreamSupervisor.AddFunctionRef
,StreamSupervisor.ChildrenSnapshots
,StreamSupervisor.Materialize
,StreamSupervisor.RemoveFunctionRef
,SubscribePending$
,Tcp.Abort$
,Tcp.Aborted$
,Tcp.Close$
,Tcp.Closed$
,Tcp.ConfirmedClose$
,Tcp.ConfirmedClosed$
,Tcp.ErrorClosed
,Tcp.PeerClosed$
,Tcp.ResumeReading$
,Terminate
,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.