Class QueueIsFullError

All Implemented Interfaces:
Serializable

public class QueueIsFullError extends MoleculerRetryableError
'Queue is full' error message. Retryable.
See Also:
  • Field Details

    • action

      protected final String action
  • Constructor Details

    • QueueIsFullError

      public QueueIsFullError(String nodeID, String action)
    • QueueIsFullError

      public QueueIsFullError(io.datatree.Tree payload)
  • Method Details

    • getAction

      public String getAction()