Interface ServiceManagerBridge
-
- All Known Implementing Classes:
ServiceManager
@GwtIncompatible interface ServiceManagerBridge
Superinterface ofServiceManager
to introduce a bridge method forservicesByState()
, to ensure binary compatibility with older Guava versions that specifiedservicesByState()
to returnImmutableMultimap
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImmutableMultimap<Service.State,Service>
servicesByState()
-
-
-
Method Detail
-
servicesByState
ImmutableMultimap<Service.State,Service> servicesByState()
-
-