@ApplicationScoped public class ExternalComponentServiceImpl extends Object implements ExternalComponentService
| Constructor and Description |
|---|
ExternalComponentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExternalComponent> |
byId(String componentId) |
List<ExternalComponent> |
listComponents() |
public List<ExternalComponent> listComponents()
listComponents in interface ExternalComponentServicepublic Optional<ExternalComponent> byId(String componentId)
byId in interface ExternalComponentServiceCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.