Uses of Record Class
dev.dokimos.core.TaskResult
Packages that use TaskResult
-
Uses of TaskResult in dev.dokimos.core
Methods in dev.dokimos.core that return TaskResultModifier and TypeMethodDescriptionstatic TaskResultCreates a result without call metrics.Run the task on the givenExampleand produce a result with optional metrics.Methods in dev.dokimos.core that return types with arguments of type TaskResultModifier and TypeMethodDescriptionRuns the task on the givenExampleand returns a future of its result. -
Uses of TaskResult in dev.dokimos.springai
Method parameters in dev.dokimos.springai with type arguments of type TaskResultModifier and TypeMethodDescriptionstatic AsyncTaskSpringAiSupport.reactiveTask(Function<Example, reactor.core.publisher.Mono<TaskResult>> taskFunction)