C# Class org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPEventMappingAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: Vanaheimr/Hermod

Public Methods

Method Description
HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, HTTPMethods HTTPMethod, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System

Creates a new HTTP event mapping.

HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System

Creates a new HTTP event mapping.

Method Details

HTTPEventMappingAttribute() public method

Creates a new HTTP event mapping.
public HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, HTTPMethods HTTPMethod, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System
EventIdentification String The internal identification of the HTTP event.
UriTemplate String The URI template of this HTTP event mapping.
HTTPMethod HTTPMethods The HTTP method to use.
MaxNumberOfCachedEvents System.UInt32 Maximum number of cached events (0 means infinite).
RetryIntervallSeconds System.UInt64 The retry intervall in seconds.
IsSharedEventSource System.Boolean The event source may be accessed via multiple URI templates.
return System

HTTPEventMappingAttribute() public method

Creates a new HTTP event mapping.
public HTTPEventMappingAttribute ( String EventIdentification, String UriTemplate, UInt32 MaxNumberOfCachedEvents, System.UInt64 RetryIntervallSeconds = 30, System.Boolean IsSharedEventSource = false ) : System
EventIdentification String The internal identification of the HTTP event.
UriTemplate String The URI template of this HTTP event mapping.
MaxNumberOfCachedEvents System.UInt32 Maximum number of cached events (0 means infinite).
RetryIntervallSeconds System.UInt64 The retry intervall in seconds.
IsSharedEventSource System.Boolean The event source may be accessed via multiple URI templates.
return System