C# 클래스 Terradue.ElasticCas.Services.RoutingService

상속: BaseService
파일 보기 프로젝트 열기: Terradue/DotNetElasticCas

공개 메소드들

메소드 설명
LoadAllRoutes ( IAppHost host ) : void
RegisterDynamicRoute ( string indexName, DynamicOpenSearchRoute route ) : void
RoutingService ( ) : System

비공개 메소드들

메소드 설명
Get ( DynamicRouteRequest request ) : object
LoadRoute ( string indexName, string routeId ) : DynamicOpenSearchRoute
Post ( CreateNewRoute request ) : CreateNewRoute
SaveNewRoute ( string indexName, DynamicOpenSearchRoute route ) : IIndexResponse

메소드 상세

LoadAllRoutes() 공개 메소드

public LoadAllRoutes ( IAppHost host ) : void
host IAppHost
리턴 void

RegisterDynamicRoute() 공개 메소드

public RegisterDynamicRoute ( string indexName, DynamicOpenSearchRoute route ) : void
indexName string
route Terradue.ElasticCas.Routes.DynamicOpenSearchRoute
리턴 void

RoutingService() 공개 메소드

public RoutingService ( ) : System
리턴 System