PHP Class Prooph\ServiceBus\Plugin\InvokeStrategy\OnEventStrategy

Author: Alexander Miertsch ([email protected])
Inheritance: extends AbstractInvokeStrategy
Afficher le fichier Open project: prooph/service-bus Class Usage Examples

Méthodes publiques

Méthode Description
canInvoke ( mixed $handler, mixed $message ) : boolean
invoke ( mixed $handler, mixed $message )

Méthodes protégées

Méthode Description
determineEventName ( mixed $event ) : string

Method Details

canInvoke() public méthode

public canInvoke ( mixed $handler, mixed $message ) : boolean
$handler mixed
$message mixed
Résultat boolean

determineEventName() protected méthode

protected determineEventName ( mixed $event ) : string
$event mixed
Résultat string

invoke() public méthode

public invoke ( mixed $handler, mixed $message )
$handler mixed
$message mixed