Interface FunctionDiscoveryClient

All Known Implementing Classes:
DefaultFunctionDiscoveryClient

public interface FunctionDiscoveryClient
An interface for discovery functions, either remote or local.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.reactivestreams.Publisher<FunctionDefinition>
    getFunction(String functionName)
    Finds a function for the given function name.
  • Method Details

    • getFunction

      org.reactivestreams.Publisher<FunctionDefinition> getFunction(String functionName)
      Finds a function for the given function name.
      Parameters:
      functionName - The function name
      Returns:
      A Publisher that emits the URI of the function or a FunctionNotFoundException if no function is found