Backstop Processing

Backstop Processing is functionality that returns a positive message when downstream components are not available.

Backstop Processing extracts information from the incoming message and evaluates it to decide what to add to the default response message.

If a request is triggered for Backstop Processing, Response Generator handlers are used to generate an appropriate response to the user.

The following example configuration shows how Backstop Processing is enabled:

backstop:
  enabled: true

See the discussion about Response Generator for information about configuring responses. See the discussion about Backstop Processing properties for specific information about Backstop Processing properties.