PHP Class Prooph\ServiceBus\Plugin\InvokeStrategy\HandleCommandStrategy

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
determineCommandName ( mixed $message ) : string

Method Details

canInvoke() public méthode

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

determineCommandName() protected méthode

protected determineCommandName ( mixed $message ) : string
$message mixed
Résultat string

invoke() public méthode

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