PHP 클래스 Prooph\ServiceBus\Plugin\InvokeStrategy\AbstractInvokeStrategy

저자: Alexander Miertsch ([email protected])
상속: implements Prooph\Common\Event\ActionEventListenerAggregate, use trait Prooph\Common\Event\DetachAggregateHandlers
파일 보기 프로젝트 열기: prooph/service-bus

보호된 프로퍼티들

프로퍼티 타입 설명
$priority integer

공개 메소드들

메소드 설명
__invoke ( Prooph\Common\Event\ActionEvent $e )
attach ( Prooph\Common\Event\ActionEventEmitter $events ) : void Attach one or more listeners

보호된 메소드들

메소드 설명
canInvoke ( mixed $handler, mixed $message ) : boolean
invoke ( mixed $handler, mixed $message )

메소드 상세

__invoke() 공개 메소드

public __invoke ( Prooph\Common\Event\ActionEvent $e )
$e Prooph\Common\Event\ActionEvent

attach() 공개 메소드

Attach one or more listeners
public attach ( Prooph\Common\Event\ActionEventEmitter $events ) : void
$events Prooph\Common\Event\ActionEventEmitter
리턴 void

canInvoke() 추상적인 보호된 메소드

abstract protected canInvoke ( mixed $handler, mixed $message ) : boolean
$handler mixed
$message mixed
리턴 boolean

invoke() 추상적인 보호된 메소드

abstract protected invoke ( mixed $handler, mixed $message )
$handler mixed
$message mixed

프로퍼티 상세

$priority 보호되어 있는 프로퍼티

protected int $priority
리턴 integer