Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 5521354

Browse files
authored
chore: mark unnecessary cloudevents options as obsolete (#138)
1 parent ff4cd0d commit 5521354

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Arcus.BackgroundJobs.CloudEvents/CloudEventBackgroundJobOptions.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
namespace Arcus.BackgroundJobs.CloudEvents
1+
using System;
2+
using Arcus.Messaging.Pumps.ServiceBus.Configuration;
3+
4+
namespace Arcus.BackgroundJobs.CloudEvents
25
{
36
/// <summary>
47
/// Represents the options to configure the <see cref="CloudEventBackgroundJob"/>.
58
/// </summary>
9+
[Obsolete("Configuring the CloudEvents background job now happens with a dedicated Azure Service Bus topic set of options '" + nameof(IAzureServiceBusTopicMessagePumpOptions) + "' when registering the job")]
610
public class CloudEventBackgroundJobOptions
711
{
812
/// <summary>

0 commit comments

Comments
 (0)