DispatchesJobs
trait DispatchesJobs (View source)
Methods
                    mixed
                
                
                    dispatch(mixed $job)
        
                                            
                
            Dispatch a job to its appropriate handler.
                    mixed
                
                
                    dispatchNow(mixed $job)
        deprecated
                                            
                
            Dispatch a job to its appropriate handler in the current process.
                    mixed
                
                
                    dispatchSync(mixed $job)
        
                                            
                
            Dispatch a job to its appropriate handler in the current process.
Details
        
                    protected        mixed
    dispatch(mixed $job)
        
    
    Dispatch a job to its appropriate handler.
        
                            mixed
    dispatchNow(mixed $job)
        deprecated
    
    deprecated
Dispatch a job to its appropriate handler in the current process.
        
                            mixed
    dispatchSync(mixed $job)
        
    
    Dispatch a job to its appropriate handler in the current process.
Queueable jobs will be dispatched to the "sync" queue.