Interface ServiceManagerBridge
- All Known Implementing Classes:
ServiceManager
interface ServiceManagerBridge
Superinterface of
ServiceManager
to introduce a bridge method for
servicesByState()
, to ensure binary compatibility with older Guava versions that specified
servicesByState()
to return ImmutableMultimap
.-
Method Summary
-
Method Details
-
servicesByState
ImmutableMultimap<Service.State,Service> servicesByState()
-