C# Class Common.Shared.ConnectionFactory

Datei anzeigen Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets

Public Properties

Property Type Description
PublicGatewayApi string
ReserveStockApiController string
StockAggregatorApiController string
StockAggregatorServiceUri System.Uri
StockApiController string
StockServiceUri System.Uri
WebSocketServerName string

Public Methods

Method Description
CreateBatchedStockTrendPredictionActor ( string actorId ) : IStockTrendPredictionActor
CreateNotificationActor ( ) : INotificationActor
CreateStockAggregatorService ( int productId ) : IStockAggregatorService
CreateStockService ( int productId ) : IStockService
CreateStockTrendPredictionActor ( int productId ) : IStockTrendPredictionActor

Method Details

CreateBatchedStockTrendPredictionActor() public static method

public static CreateBatchedStockTrendPredictionActor ( string actorId ) : IStockTrendPredictionActor
actorId string
return IStockTrendPredictionActor

CreateNotificationActor() public static method

public static CreateNotificationActor ( ) : INotificationActor
return INotificationActor

CreateStockAggregatorService() public static method

public static CreateStockAggregatorService ( int productId ) : IStockAggregatorService
productId int
return IStockAggregatorService

CreateStockService() public static method

public static CreateStockService ( int productId ) : IStockService
productId int
return IStockService

CreateStockTrendPredictionActor() public static method

public static CreateStockTrendPredictionActor ( int productId ) : IStockTrendPredictionActor
productId int
return IStockTrendPredictionActor

Property Details

PublicGatewayApi public_oe static_oe property

public static string PublicGatewayApi
return string

ReserveStockApiController public_oe static_oe property

public static string ReserveStockApiController
return string

StockAggregatorApiController public_oe static_oe property

public static string StockAggregatorApiController
return string

StockAggregatorServiceUri public_oe static_oe property

public static Uri,System StockAggregatorServiceUri
return System.Uri

StockApiController public_oe static_oe property

public static string StockApiController
return string

StockServiceUri public_oe static_oe property

public static Uri,System StockServiceUri
return System.Uri

WebSocketServerName public_oe static_oe property

public static string WebSocketServerName
return string