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