| Interface | Description |
|---|---|
| ServiceLoader |
ServiceLoader allows to load services available on classpath implementing given service interface.
|
| Class | Description |
|---|---|
| ServiceRegistry |
A simple singleton (application scoped} registry that fulfills
ServiceLoader contract. |
| SpiServiceLoader |
A basic
ServiceLoader implementation which uses META-INF/services registration. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.