OTMM XA transaction configurations

Hierarchy

  • XAConfig

Constructors

  • Parameters

    • applRouter: Router

      The attribute value must be an express.Router instance in express.js. This will be used to setup the request-response interceptors for requests routed to the configured participant endpoints or callback methods.

    • applRouterMountPath: string

      The attribute value must be the path in the main app on which the express. Router instance (applRouter) is mounted.

    • xaTransactionMethods: XATransactionMethod[]

      XA transactions methods that participant in an XA Transaction

    Returns XAConfig

Properties

applRouter: Router

The attribute value must be an express.Router instance in express.js. This will be used to setup the request-response interceptors for requests routed to the configured participant endpoints or callback methods.

applRouterMountPath: string

The attribute value must be the path in the main app on which the express. Router instance (applRouter) is mounted.

xaTransactionMethods: XATransactionMethod[]

XA transactions methods that participant in an XA Transaction

Copyright © 2022, 2024, Oracle and/or its affiliates.