🚚 Rename the Stream to Queue in internal code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using DysonNetwork.Shared.Models;
|
||||
using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Shared.Stream;
|
||||
namespace DysonNetwork.Shared.Queue;
|
||||
|
||||
public class AccountDeletedEvent
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace DysonNetwork.Shared.Stream;
|
||||
namespace DysonNetwork.Shared.Queue;
|
||||
|
||||
public class PaymentOrderEvent : PaymentOrderEventBase
|
||||
{
|
||||
@@ -1,9 +1,9 @@
|
||||
using NATS.Client.JetStream;
|
||||
using NATS.Client.JetStream.Models;
|
||||
|
||||
namespace DysonNetwork.Shared.Stream;
|
||||
namespace DysonNetwork.Shared.Queue;
|
||||
|
||||
public static class Streamer
|
||||
public static class QueueHelper
|
||||
{
|
||||
public static async Task<INatsJSStream> EnsureStreamCreated(
|
||||
this INatsJSContext context,
|
||||
@@ -1,6 +1,6 @@
|
||||
using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Shared.Stream;
|
||||
namespace DysonNetwork.Shared.Queue;
|
||||
|
||||
public class WebSocketPacketEvent
|
||||
{
|
||||
Reference in New Issue
Block a user