Interface IHostedWolfClientServiceBuilder
Builder for hosted WOLF client.
Assembly: Wolfringo.Hosting.dll
Syntax
public interface IHostedWolfClientServiceBuilder
Methods
|
Improve this Doc
View Source
Alters configuration of WOLF Client.
Declaration
IHostedWolfClientServiceBuilder Configure(Action<HostedWolfClientOptions> configure)
Parameters
Returns
|
Improve this Doc
View Source
Alters configuration of WOLF Entity caching.
Declaration
IHostedWolfClientServiceBuilder ConfigureCaching(Action<WolfCacheOptions> configure)
Parameters
Returns
|
Improve this Doc
View Source
Alters configuration of Message Serializer Provider.
Declaration
IHostedWolfClientServiceBuilder ConfigureMessageSerializerProvider(Action<MessageSerializerProviderOptions> configure)
Parameters
Returns
|
Improve this Doc
View Source
Alters configuration of Response Serializer Provider.
Declaration
IHostedWolfClientServiceBuilder ConfigureResponseSerializerProvider(Action<ResponseSerializerProviderOptions> configure)
Parameters
Returns
Extension Methods