ProductOpenStackEventSubscriber
in package
Table of Contents
- $apiVersionManager : ApiVersionManager
- $async : bool
- $runtimeConfiguration : RuntimeConfiguration
- __construct() : void
- Create the event listener.
- handleCreate() : void
- handleDelete() : void
- handleUpdate() : void
- subscribe() : array<string|int, mixed>
- Handle the event.
Properties
$apiVersionManager
private
ApiVersionManager
$apiVersionManager
$async
private
bool
$async
$runtimeConfiguration
private
RuntimeConfiguration
$runtimeConfiguration
Methods
__construct()
Create the event listener.
public
__construct(ApiVersionManager $apiVersionManager, RuntimeConfiguration $runtimeConfiguration) : void
Parameters
- $apiVersionManager : ApiVersionManager
- $runtimeConfiguration : RuntimeConfiguration
Return values
void —handleCreate()
public
handleCreate(ProductOpenStackCreated $event) : void
Parameters
- $event : ProductOpenStackCreated
Return values
void —handleDelete()
public
handleDelete(ProductOpenStackDeleted $event) : void
Parameters
- $event : ProductOpenStackDeleted
Return values
void —handleUpdate()
public
handleUpdate(ProductOpenStackUpdated $event) : void
Parameters
- $event : ProductOpenStackUpdated
Return values
void —subscribe()
Handle the event.
public
subscribe( $events) : array<string|int, mixed>