Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
feat(Caller): Add IdGeneratorFunc (#127)
Browse files Browse the repository at this point in the history
* test(AutoComplete): fix test errors

* feat(Caller): Add Caller

* rename: CallerProvider renamed to Caller

* ITypeConvert  renamed to ITypeConvertor

* feat: Add IdGeneratorFunc

* chore: remove BuildingBlock.Data
  • Loading branch information
zhenlei520 committed Jul 29, 2022
1 parent 2333c93 commit 5c4459a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ public class CallerFactoryOptions

public JsonSerializerOptions? JsonSerializerOptions { get; set; }

/// <summary>
/// Used to generate RequestId
/// </summary>
public Func<IServiceProvider, string>? IdGeneratorFunc { get; set; }

public string? RequestIdKey { get; set; }
}

0 comments on commit 5c4459a

Please sign in to comment.