Uses of Record Class
com.javaaidev.agenticpatterns.routingworkflow.RoutingChoice
-
Uses of RoutingChoice in com.javaaidev.agenticpatterns.routingworkflow
Methods in com.javaaidev.agenticpatterns.routingworkflow that return types with arguments of type RoutingChoiceModifier and TypeMethodDescriptionRoutingRequest.choices()
Returns the value of thechoices
record component.Methods in com.javaaidev.agenticpatterns.routingworkflow with parameters of type RoutingChoiceModifier and TypeMethodDescriptionRoutingWorkflow.Builder.addRoutingChoice
(RoutingChoice<Request, Response> choice) Method parameters in com.javaaidev.agenticpatterns.routingworkflow with type arguments of type RoutingChoiceModifier and TypeMethodDescriptionRoutingWorkflow.Builder.addRoutingChoices
(List<RoutingChoice<Request, Response>> choices) Constructor parameters in com.javaaidev.agenticpatterns.routingworkflow with type arguments of type RoutingChoiceModifierConstructorDescriptionRoutingRequest
(@Nullable Request request, List<RoutingChoice<Request, Response>> choices) Creates an instance of aRoutingRequest
record class.RoutingWorkflow
(List<RoutingChoice<Request, Response>> routingChoices, RoutingSelector<Request, Response> routingSelector, @Nullable String name, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry)