Dispatchable
                
            in
            
        
    
        
            Contract for dispatchable classes
Table of Contents
Methods
- connection() : mixed
- Return configured connection
- getConfig() : array<string|int, mixed>
- Return config for the job
- stack() : mixed
- Return job stack if available
- with() : mixed
- Add data to the job
Methods
connection()
Return configured connection
    public
                    connection() : mixed
    getConfig()
Return config for the job
    public
                    getConfig() : array<string|int, mixed>
    Return values
array<string|int, mixed>stack()
Return job stack if available
    public
                    stack() : mixed
    with()
Add data to the job
    public
            static        with(mixed $data) : mixed
    Parameters
- $data : mixed