Adding persistent subscription support
This commit is contained in:
@ -52,6 +52,17 @@ const TcpCommand = {
|
||||
StreamEventAppeared: 0xC2,
|
||||
UnsubscribeFromStream: 0xC3,
|
||||
SubscriptionDropped: 0xC4,
|
||||
ConnectToPersistentSubscription: 0xC5,
|
||||
PersistentSubscriptionConfirmation: 0xC6,
|
||||
PersistentSubscriptionStreamEventAppeared: 0xC7,
|
||||
CreatePersistentSubscription: 0xC8,
|
||||
CreatePersistentSubscriptionCompleted: 0xC9,
|
||||
DeletePersistentSubscription: 0xCA,
|
||||
DeletePersistentSubscriptionCompleted: 0xCB,
|
||||
PersistentSubscriptionAckEvents: 0xCC,
|
||||
PersistentSubscriptionNakEvents: 0xCD,
|
||||
UpdatePersistentSubscription: 0xCE,
|
||||
UpdatePersistentSubscriptionCompleted: 0xCF,
|
||||
|
||||
ScavengeDatabase: 0xD0,
|
||||
ScavengeDatabaseCompleted: 0xD1,
|
||||
|
Reference in New Issue
Block a user