Property | Type | Description | |
---|---|---|---|
$clientSession | |||
$matcher | Thruway\Subscription\MatcherInterface | ||
$procedureName | string | ||
$uri | string |
Method | Description | |
---|---|---|
__construct ( $clientSession, $procedureName, $uri, $options, Thruway\Subscription\MatcherInterface $matcher ) | ||
getClientSession ( ) : |
||
getMatcher ( ) : Thruway\Subscription\MatcherInterface | ||
getProcedureName ( ) : string | ||
getUri ( ) : string | ||
handlesStateFor ( |
||
publishState ( |
Gets and published the topics state to this subscription | |
setClientSession ( |
||
setMatcher ( Thruway\Subscription\MatcherInterface $matcher ) | ||
setProcedureName ( string $procedureName ) | ||
setUri ( string $uri ) |
public __construct ( $clientSession, $procedureName, $uri, $options, Thruway\Subscription\MatcherInterface $matcher ) | ||
$matcher | Thruway\Subscription\MatcherInterface |
public getClientSession ( ) : |
||
return |
public getMatcher ( ) : Thruway\Subscription\MatcherInterface | ||
return | Thruway\Subscription\MatcherInterface |
public handlesStateFor ( |
||
$subscriptionGroup |
public publishState ( |
||
$subscription | ||
return | mixed |
public setClientSession ( |
||
$clientSession |
public setMatcher ( Thruway\Subscription\MatcherInterface $matcher ) | ||
$matcher | Thruway\Subscription\MatcherInterface |
public setProcedureName ( string $procedureName ) | ||
$procedureName | string |
protected ClientSession,Thruway $clientSession | ||
return |
protected MatcherInterface,Thruway\Subscription $matcher | ||
return | Thruway\Subscription\MatcherInterface |