This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using ShrinkEventBus;
|
||||
|
||||
namespace ShrinkNetwork.Integration
|
||||
{
|
||||
public interface IShrinkNetworkDeltaEvent
|
||||
{
|
||||
string DeltaKey { get; }
|
||||
long DeltaVersion { get; }
|
||||
}
|
||||
|
||||
[ShrinkNetworkMessage(-300001, "__integration/event_result_response")]
|
||||
public sealed class ShrinkNetworkEventResultResponse : ShrinkRpcResponseBase
|
||||
{
|
||||
public EventResult Result { get; set; } = EventResult.DEFAULT;
|
||||
public bool IsCanceled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user