Git Product home page Git Product logo

async-apex-framework's People

Contributors

smukov avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

async-apex-framework's Issues

Question about Callouts

Thanks for this great framework!
I have been playing around with it a bit, and I've hit a snag.
I want to make a callout from one of my handlers; however, this is not possible as AsyncRequestQueueable creates a savepoint prior to invoking the handler. This counts as a DML operation, which must come after any callouts. Consequently the platform won't allow me to callout from my handler.

Any ideas for an elegant solution?

Thanks!!

Scott

Question about requestHandlers map in AsyncRequestQueueable

I have a question about this map, which uses the handler class names as keys and the Type for each class as the value.

It appears that the purpose of this map is so that when the class associated with an async request is retrieved (as a string of class name), AsyncRequestQueueable can retrieve the associated Type to call newInstance().

My question is why not just take the string of the class name from the async request and call Type.forName(<class name string>) to get the Type, on which you can then call newInstance()?

This would appear to eliminate the need to maintain the requestHandlers map, and eliminate the need for the getRequestType() method in each handler that just returns the class name. You would no longer need to update AsyncRequestQueueable every time you define a new handler class. You could still do exception handling if there is no handler class - you would just end up with null for the Type.

Any thoughts on whether this approach would cause any problems?

Thanks!!

Scott

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.