Interface ElicitationService

All Known Implementing Classes:
WireClientContext
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ElicitationService
Requests additional information from the user via the client (elicitation/create).
See Also:
  • Method Details

    • create

      Sends an elicitation request to the client and returns a future completed with the user's response.
      Parameters:
      request - the elicitation request
      Returns:
      a future that completes with the client's response