Interface ErrorHandler


public interface ErrorHandler
The ErrorHandler class is used when sending messages that are sent asynchronously and the application still needs to get confirmation when the message was sent successfully or when a message errored out.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the message has been sent successfully.
    void
    Invoked if the message is dispatched async, and an error occurs