C# Class Appccelerate.EventBroker.EventPublicationAttribute

Inheritance: System.Attribute
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
EventPublicationAttribute ( string topic ) : System

Initializes a new instance of the EventPublicationAttribute class with global publication scope.

EventPublicationAttribute ( string topic, HandlerRestriction handlerRestriction ) : System

Initializes a new instance of the EventPublicationAttribute class.

Method Details

EventPublicationAttribute() public method

Initializes a new instance of the EventPublicationAttribute class with global publication scope.
public EventPublicationAttribute ( string topic ) : System
topic string The topic URI.
return System

EventPublicationAttribute() public method

Initializes a new instance of the EventPublicationAttribute class.
public EventPublicationAttribute ( string topic, HandlerRestriction handlerRestriction ) : System
topic string The topic URI.
handlerRestriction HandlerRestriction The handler restriction.
return System