@ApplicationScoped public class BackendComponentFunctionServiceImpl extends Object implements BackendComponentFunctionService
| Constructor and Description |
|---|
BackendComponentFunctionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
callFunction(String name,
Map<String,Object> params) |
List<String> |
listFunctions() |
public List<String> listFunctions()
listFunctions in interface BackendComponentFunctionServicepublic Object callFunction(String name, Map<String,Object> params)
callFunction in interface BackendComponentFunctionServiceCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.