Class ServiceConfig
- Namespace
- Virtufin.Api.Configuration
- Assembly
- Virtufin.Api.dll
public class ServiceConfig
- Inheritance
-
ServiceConfig
- Inherited Members
Constructors
ServiceConfig()
public ServiceConfig()
Properties
DaprAppId
public string DaprAppId { get; set; }
Property Value
Grpc
public GrpcConfig Grpc { get; set; }
Property Value
Jobs
public JobsConfig Jobs { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Protocol
public string Protocol { get; set; }
Property Value
Pubsub
public PubsubConfig Pubsub { get; set; }
Property Value
State
public StateConfig State { get; set; }