My Project
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12345]
  account-manager
  src
  main
  java
 Application.javaImplementation of the Account Manager Service
 Transaction.javaDefinition of the Transaction data model and its Kafka Deserializer
  bank-api-service
  src
  main
  java
 Application.javaMain entry point for the Banking API Service
 IncomingTransactionsReader.javaLogic for simulating real-time transaction ingestion
 Transaction.javaDefinition of the Transaction data model and its Kafka Serializer
 UserResidenceDatabase.javaManagement of user residence data via Redis
  reporting-service
  src
  main
  java
 Application.javaImplementation of the Transaction Reporting Service
 Transaction.javaDefinition of the Transaction data model and its Kafka Deserializer
  user-notification-service
  src
  main
  java
 Application.javaImplementation of the User Notification Service
 Transaction.javaDefinition of the Transaction data model and its Kafka Deserializer