C# Class Appccelerate.EventBroker.Matchers.When_firing_an_event_with_publication_matcher

Show file Open project: appccelerate/appccelerate

Protected Properties

Property Type Description
eventBroker EventBroker
matchingSubscriber ScopeEvent.NamedSubscriber
nonMatchingSubscriber ScopeEvent.NamedSubscriber
publisher ScopeEvent.NamedPublisher

Property Details

eventBroker protected static property

protected static EventBroker eventBroker
return EventBroker

matchingSubscriber protected static property

protected static ScopeEvent.NamedSubscriber matchingSubscriber
return ScopeEvent.NamedSubscriber

nonMatchingSubscriber protected static property

protected static ScopeEvent.NamedSubscriber nonMatchingSubscriber
return ScopeEvent.NamedSubscriber

publisher protected static property

protected static ScopeEvent.NamedPublisher publisher
return ScopeEvent.NamedPublisher