Class: Exekutor::Asynchronous::AsyncMethodJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Exekutor::Asynchronous::AsyncMethodJob
- Defined in:
- lib/exekutor/asynchronous.rb
Overview
The internal job used for Exekutor::Asynchronous. Only works for methods that are marked as asynchronous to prevent remote code execution. Include the Exekutor::Asynchronous and call perform_asynchronously
to mark a method as asynchronous.