Add genetic grain
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Orleans;
|
||||
using Orleans.Concurrency;
|
||||
|
||||
namespace Managing.Application.Abstractions.Grains;
|
||||
|
||||
@@ -15,5 +16,6 @@ public interface IBundleBacktestGrain : IGrainWithGuidKey
|
||||
/// The RequestId is determined by the grain's primary key
|
||||
/// </summary>
|
||||
/// <returns>Task representing the async operation</returns>
|
||||
[OneWay]
|
||||
Task ProcessBundleRequestAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user