Method | Description | |
---|---|---|
DescribeTo ( System writer ) : void |
Describes this scope matcher.
|
|
Match ( IPublication publication, ISubscription subscription, |
Returns whether the publication and subscription match and the event published by the publisher will be relayed to the subscriber. This is the case if the name of the subscriber is a prefix to the name of the publisher.
|
public DescribeTo ( System writer ) : void | ||
writer | System | The writer the description is written to. |
return | void |
public Match ( IPublication publication, ISubscription subscription, |
||
publication | IPublication | The publication. |
subscription | ISubscription | The subscription. |
e | The |
|
return | bool |