Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionRetVal
Packages that use IPromptExecutionRetVal
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
Contains default implementations for various interfaces defined by the handler API.
-
Uses of IPromptExecutionRetVal in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptExecutionRetValModifier and TypeMethodDescriptionIPromptServiceHandler.executePromptQuery(IPromptExecutionParams<ConnectionConfig, QueryConfig> params) Executes a prompt query using the given parameters, and returns the result of the query. -
Uses of IPromptExecutionRetVal in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptExecutionRetValModifier and TypeMethodDescriptionDefaultPromptExecutionRetVal.Builder.build()Creates a new prompt execution return value instance with the current configuration.