JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkiverse.langchain4j.samples
Interface AiServiceWithFaultTolerance
public interface
AiServiceWithFaultTolerance
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default
String
fallback
(
String
topic, int lines)
String
writeAPoem
(
String
topic, int lines)
Method Details
writeAPoem
@Timeout(value=60L, unit=
SECONDS
) @Fallback(fallbackMethod="fallback")
String
writeAPoem
(
String
topic, int lines)
fallback
default
String
fallback
(
String
topic, int lines)