Giter VIP home page Giter VIP logo

Comments (7)

emilsjolander avatar emilsjolander commented on August 20, 2024

This is not currently possible but i'll look into adding it!

from goldengate.

emilsjolander avatar emilsjolander commented on August 20, 2024

There is still some work to be done on this but the current code in master introduces this feature.

from goldengate.

hosek avatar hosek commented on August 20, 2024

Great job! Thank you for fast response.
btw there is NPE for all interface calls now
java.lang.NullPointerException: Attempt to invoke virtual method 'long java.util.concurrent.atomic.AtomicLong.incrementAndGet()' on a null object reference at com.flipboard.goldengate.sample.SampleBridge.getNavigator(SampleBridge.java:74)

from goldengate.

emilsjolander avatar emilsjolander commented on August 20, 2024

Thanks for the report, I'm still working on the code and will push an update soon and then to maven central shortly after that

from goldengate.

emilsjolander avatar emilsjolander commented on August 20, 2024

@hosek Try it now and see what you think, i'll publish it if it's what you expected :) Only limitation currently is that the callback can't return anything. This is something that we can add later imho

@Bridge
public interface Sample {

    @Method("[1,2,3,4,5,6,7,8,9,10].forEach")
    void looptyLoop(@JavascriptCallback Callback<Integer> val);

}

from goldengate.

hosek avatar hosek commented on August 20, 2024

Seems fine! Thanks a lot. Callback return value is unfortunately important for me. I will look at you implementation and maybe try to add it by myself.

from goldengate.

emilsjolander avatar emilsjolander commented on August 20, 2024

@hosek that sounds good! I might have a look at it as well

from goldengate.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.