You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The akka framework seems to have some sort of a convention how to expose their API's to be more idiomatic when used in Java. Example provide a constructor with the shape of the apply function (I think)
Investigate what this convention is and provide a package to use these API's from Java land (which can simply wrap the Scala functions/call sites).
The text was updated successfully, but these errors were encountered:
The akka framework seems to have some sort of a convention how to expose their API's to be more idiomatic when used in Java. Example provide a constructor with the shape of the apply function (I think)
Investigate what this convention is and provide a package to use these API's from Java land (which can simply wrap the Scala functions/call sites).
The text was updated successfully, but these errors were encountered: