You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogError("Unable to process event {eventType}. An exception was raised while checking for delivery status of message {messageid}. Exception throw {exceptionMessage}",cloudEvent.Type,cloudEvent.Id,ex.Message);
_logger.LogInformation("Successfully subscribed to event {eventType} for app {appIdentifier}. Subscription {subscriptionId} is being used.",eventType,_appIdentifier,subscription.Id);
37
+
}
38
+
39
+
catch
40
+
{
41
+
_logger.LogError("Unable to subscribe to event {eventType} for app {appIdentifier}",eventType,_appIdentifier);
/// Add Eformidling services and app specific <see cref="Altinn.App.Core.EFormidling.Interface.IEFormidlingMetadata"/> implementation.
16
-
/// Default implementation of <see cref="Altinn.App.Core.EFormidling.Interface.IEFormidlingReceivers"/> will be registered <see cref="Altinn.App.Core.EFormidling.Implementation.DefaultEFormidlingReceivers"/>.
16
+
/// Add Eformidling services and app specific <see cref="IEFormidlingMetadata"/> implementation.
17
+
/// Default implementation of <see cref="IEFormidlingReceivers"/> will be registered <see cref="DefaultEFormidlingReceivers"/>.
17
18
/// </summary>
18
19
/// <param name="services">The <see cref="IServiceCollection"/> being built.</param>
19
20
/// <param name="configuration">A reference to the current <see cref="IConfiguration"/> object.</param>
20
-
/// <typeparam name="TM">App specific implementation of <see cref="Altinn.App.Core.EFormidling.Interface.IEFormidlingMetadata"/></typeparam>
21
+
/// <typeparam name="TM">App specific implementation of <see cref="IEFormidlingMetadata"/></typeparam>
/// Add Eformidling services and app specific <see cref="Altinn.App.Core.EFormidling.Interface.IEFormidlingMetadata" /> and <see cref="Altinn.App.Core.EFormidling.Interface.IEFormidlingReceivers" /> implementation.
32
-
/// <see cref="Altinn.App.Core.EFormidling.Implementation.DefaultEFormidlingReceivers" /> will not be registered.
28
+
/// Add Eformidling services and app specific <see cref="IEFormidlingMetadata" /> and <see cref="IEFormidlingReceivers" /> implementation.
29
+
/// <see cref="DefaultEFormidlingReceivers" /> will not be registered.
33
30
/// </summary>
34
31
/// <param name="services">The <see cref="IServiceCollection"/> being built.</param>
35
32
/// <param name="configuration">A reference to the current <see cref="IConfiguration"/> object.</param>
36
-
/// <typeparam name="TM">App specific implementation of <see cref="Altinn.App.Core.EFormidling.Interface.IEFormidlingMetadata"/></typeparam>
37
-
/// <typeparam name="TR">App specific implementation of <see cref="Altinn.App.Core.EFormidling.Interface.IEFormidlingReceivers"/></typeparam>
33
+
/// <typeparam name="TM">App specific implementation of <see cref="IEFormidlingMetadata"/></typeparam>
34
+
/// <typeparam name="TR">App specific implementation of <see cref="IEFormidlingReceivers"/></typeparam>
0 commit comments