8.3.4 Develop Micronaut Apps with Saga
You can integrate the MicroTx library files with Micronaut applications that use the Saga transaction protocol.
For reference information about the MicroTx library for Micronaut applications, see Oracle® Transaction Manager for Microservices Micronaut API Reference for Saga.
To integrate the MicroTx library files with your Micronaut applications:
Source code of a sample Micronaut transaction initiator application which uses the MicroTx library is available in the
trip-manager-micronaut
folder in the microtx-samples
GitHub repository. Source code of a sample Micronaut transaction participant application which uses the MicroTx library is available in the flight-micronaut
folder in the microtx-samples
GitHub repository. You can use these files as a reference while integrating the MicroTx libraries with your application.
Parent topic: Develop Java Apps with Saga