ProcessClassNameDeleted
in package
implements
ShouldQueue, ShouldBeUnique
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Interfaces, Classes, Traits and Enums
- ShouldQueue
- ShouldBeUnique
Table of Contents
- $apiVersion : string
- The apiVersion that should be used to retrieve the service
- $camel_class_name : ClassName
- The Credential instance
- $mock : bool
- From configuration, defines wherever the call to the underlying stack should be mocked or real
- __construct() : mixed
- Create a new job instance.
- handle() : void
- uniqueId() : string
Properties
$apiVersion
The apiVersion that should be used to retrieve the service
private
string
$apiVersion
$camel_class_name
The Credential instance
private
ClassName
$camel_class_name
$mock
From configuration, defines wherever the call to the underlying stack should be mocked or real
private
bool
$mock
Methods
__construct()
Create a new job instance.
public
__construct(ClassName $camel_class_name, string $apiVersion[, bool $mock = false ]) : mixed
Parameters
- $camel_class_name : ClassName
- $apiVersion : string
- $mock : bool = false
Return values
mixed —handle()
public
handle() : void
Return values
void —uniqueId()
public
uniqueId() : string