C# Class EventStore.Core.Tests.Services.Transport.Http.HttpBootstrap

Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Méthode Description
RegisterPing ( HttpService service ) : void
RegisterStat ( HttpService service ) : void
Subscribe ( IBus bus, HttpService service ) : void
Unsubscribe ( IBus bus, HttpService service ) : void

Method Details

RegisterPing() public static méthode

public static RegisterPing ( HttpService service ) : void
service HttpService
Résultat void

RegisterStat() public static méthode

public static RegisterStat ( HttpService service ) : void
service HttpService
Résultat void

Subscribe() public static méthode

public static Subscribe ( IBus bus, HttpService service ) : void
bus IBus
service HttpService
Résultat void

Unsubscribe() public static méthode

public static Unsubscribe ( IBus bus, HttpService service ) : void
bus IBus
service HttpService
Résultat void