Interface ServiceActivityScoreboard
-
- All Known Implementing Classes:
ServiceActivityTrackerImpl
public interface ServiceActivityScoreboard
Provides access to the runtime details about services in theRegistry
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ServiceActivity>
getServiceActivity()
Returns the status of all services, sorted alphabetically by service id.
-
-
-
Method Detail
-
getServiceActivity
java.util.List<ServiceActivity> getServiceActivity()
Returns the status of all services, sorted alphabetically by service id.
-
-