@ParametersAreNonnullByDefault public interface ServiceContext
| Modifier and Type | Method and Description |
|---|---|
<T> Stream<ServiceDefinition<T>> |
getServices(Class<T> type)
Retrieves all registered services of the specified
type. |
@Nonnull <T> Stream<ServiceDefinition<T>> getServices(Class<T> type)
type.type - the type of services to look fortypeCopyright © 2017–2019 Atlanmod. All rights reserved.