Static Routing Rule Components

Static routing rules define the following components:

  • Request Handler: Defines how Mediator handles incoming requests.

  • Reply Handler: Defines how the synchronous response from the called service is handled by Mediator.

  • Fault Handler: Defines how the named or declared faults from the called service are handled by Mediator.

  • Callback Handler: Defines how the asynchronous response and callback from the called service are handled by Mediator.

  • Timeout Handler in Callback: Defines how long Mediator waits for the asynchronous response and callback before performing timeout handling for the particular asynchronous request.

  • Event Publishing and Service Invocation: Calls other services or publishes an event depending on the configuration of the handlers.