public interface FunctionDiscoveryClient
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<FunctionDefinition> |
getFunction(java.lang.String functionName)
Finds a function for the given function name.
|
org.reactivestreams.Publisher<FunctionDefinition> getFunction(java.lang.String functionName)
functionName - The function namePublisher that emits the URI of the function or a FunctionNotFoundException if no function is found