PHP 클래스 Prooph\ServiceBus\Plugin\Guard\FinalizeGuard

상속: implements Prooph\Common\Event\ActionEventListenerAggregate, use trait Prooph\Common\Event\DetachAggregateHandlers
파일 보기 프로젝트 열기: prooph/service-bus 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Prooph\ServiceBus\Plugin\Guard\AuthorizationService $authorizationService, boolean $exposeEventMessageName = false )
attach ( Prooph\Common\Event\ActionEventEmitter $events ) : void
onFinalize ( Prooph\Common\Event\ActionEvent $actionEvent )

메소드 상세

__construct() 공개 메소드

public __construct ( Prooph\ServiceBus\Plugin\Guard\AuthorizationService $authorizationService, boolean $exposeEventMessageName = false )
$authorizationService Prooph\ServiceBus\Plugin\Guard\AuthorizationService
$exposeEventMessageName boolean

attach() 공개 메소드

public attach ( Prooph\Common\Event\ActionEventEmitter $events ) : void
$events Prooph\Common\Event\ActionEventEmitter
리턴 void

onFinalize() 공개 메소드

public onFinalize ( Prooph\Common\Event\ActionEvent $actionEvent )
$actionEvent Prooph\Common\Event\ActionEvent