Interface MessageDeliveryError


public interface MessageDeliveryError
Provides methods to retrieve the failure type and error message of the failed Spark message delivery.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the message associated with the failed Spark message delivery.
    Retrieves the error type of the failed Spark message delivery.
  • Method Details

    • getType

      Retrieves the error type of the failed Spark message delivery.
      Returns:
      the MessageErrorType of the failed Spark message delivery
    • getMessage

      String getMessage()
      Retrieves the message associated with the failed Spark message delivery.
      Returns:
      the error message describing the failed Spark message delivery