Documentation Coverage Report
Current view: top level - Ninject/Azure/Cqrs.Ninject.Azure.EventHub.EventBus/Configuration - AzureEventPublisherModule.cs Hit Total Coverage
Version: 2.2 Artefacts: 1 1 100.0 %
Date: 2018-08-07 15:04:50

          Line data    Source code
       1             : #region Copyright
       2             : // // -----------------------------------------------------------------------
       3             : // // <copyright company="Chinchilla Software Limited">
       4             : // //   Copyright Chinchilla Software Limited. All rights reserved.
       5             : // // </copyright>
       6             : // // -----------------------------------------------------------------------
       7             : #endregion
       8             : 
       9             : using System;
      10             : using Cqrs.Azure.ServiceBus;
      11             : using Cqrs.Events;
      12             : using Ninject.Modules;
      13             : 
      14             : namespace Cqrs.Azure.EventHub.EventBus.Configuration
      15             : {
      16             :         /// <summary>
      17             :         /// A <see cref="INinjectModule"/> that wires up <see cref="AzureEventBusPublisher{TAuthenticationToken}"/> as the <see cref="IEventPublisher{TAuthenticationToken}"/> and other require components.
      18             :         /// </summary>
      19             :         /// <typeparam name="TAuthenticationToken">The <see cref="Type"/> of the authentication token.</typeparam>
      20             :         [Obsolete("Use AzureEventHubPublisherModule")]
      21             :         public class AzureEventPublisherModule<TAuthenticationToken> : AzureEventHubPublisherModule<TAuthenticationToken> 
      22           1 :         {
      23             :         }
      24             : }

Generated by: LCOV version 1.12