Interface MessagingErrorHandler
- All Known Implementing Classes:
CheckoutCompletionMessagingErrorHandler
public interface MessagingErrorHandler
Handles the error messages that are sent to the error channel.
- Since:
- Order Operation Service 2.2.0, Release Train 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoiderror(org.springframework.messaging.support.ErrorMessage errorMessage) Logs the error and performs any required post-processing actions
-
Method Details
-
error
void error(org.springframework.messaging.support.ErrorMessage errorMessage) Logs the error and performs any required post-processing actions
-