| Package | Description |
|---|---|
| org.dashbuilder.displayer.external |
| Modifier and Type | Method and Description |
|---|---|
Optional<FunctionCallRequest> |
ExternalComponentMessageHelper.functionCallRequest(ExternalComponentMessage message)
Retrieves a function call object from a message.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionResponse |
FunctionResponse.create(FunctionCallRequest request,
String resultType,
String message,
Object result) |
ExternalComponentMessage |
ExternalComponentMessageHelper.newFunctionError(FunctionCallRequest functionCallRequest,
String errorMessage) |
ExternalComponentMessage |
ExternalComponentMessageHelper.newFunctionNotFound(FunctionCallRequest functionCallRequest)
Produces a message to respond function call requests here the function could not be found.
|
ExternalComponentMessage |
ExternalComponentMessageHelper.newFunctionSuccess(FunctionCallRequest functionCallRequest,
Object result)
Messages to sent when a function is called with success
|
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.