Class WobblyServiceInteractionService
java.lang.Object
edu.university.ecs.lab.detection.antipatterns.services.WobblyServiceInteractionService
Service for detecting wobbly service interactions within a microservice system based on specific annotations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindWobblyServiceInteractions
(MicroserviceSystem currentSystem) Detects all wobbly/unstable service interactions in the given network graph
-
Constructor Details
-
WobblyServiceInteractionService
public WobblyServiceInteractionService()
-
-
Method Details
-
findWobblyServiceInteractions
Detects all wobbly/unstable service interactions in the given network graph- Parameters:
currentSystem
- The microservice system representing microservices and their dependencies.- Returns:
- A WobblyServiceInteraction object containing a list of services with wobbly interactions.
-