Skip to content

Conversation

kol-oss
Copy link

@kol-oss kol-oss commented Jun 18, 2025

  • Rewrite JavaScript global function with closure (createActor) as Java static factory method (ActorClosureFactory.createActor);
  • Implement object instantiation and method calls via Java Reflection API;
  • Create Actor interface to represent return result with functions send and process;
  • Create Operation record to represent set of params to call specified method and pass the result;
  • Replace JavaScript Promises with Java CompletableFutures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant