Skip to content

[Experimental] Run java function calls asynchronously #1283

@fjtirado

Description

@fjtirado

Java calls are currently performed synchronously.
If the Java method returns a CompletableFuture, we delegate the async handling to it, but if the method returns anything else, it is synchronous.
Now that we have the ability of finding out the signature of the java method, we can asynchonously run all methods that do not return completablefuture by themselves.
This will be particularly useful for agent calls.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions