7 lines
206 B
C#
7 lines
206 B
C#
namespace FictionArchive.Service.Shared.Services.EventBus.Implementations;
|
|
|
|
public class RabbitMQOptions
|
|
{
|
|
public string ConnectionString { get; set; }
|
|
public string ClientIdentifier { get; set; }
|
|
} |