Метод | Описание | |
---|---|---|
Build ( ) : |
||
Build ( IClacksInstrumentation instrumentation ) : |
||
CreateAsync ( |
||
CreateSync ( |
||
WithDefaultHandler ( IResponse>.Func |
||
WithErrorHandler ( Func |
Метод | Описание | |
---|---|---|
IAsyncServerBuilder ( string command ) : IAsyncFluentCommandRegistration | ||
IAsyncServerBuilder ( Action |
||
ISyncServerBuilder ( string command ) : ISyncFluentCommandRegistration | ||
ISyncServerBuilder ( Func |
||
ISyncServerBuilder ( IResponse>.Func |
||
ServerBuilder ( |
public Build ( IClacksInstrumentation instrumentation ) : |
||
instrumentation | IClacksInstrumentation | |
Результат |
public static CreateAsync ( |
||
endPoint | ||
Результат | IAsyncServerBuilder |
public static CreateSync ( |
||
endPoint | ||
Результат | ISyncServerBuilder |
public WithDefaultHandler ( IResponse>.Func |
||
handler | IResponse>.Func | |
Результат | IAsyncServerBuilder |
public WithErrorHandler ( Func |
||
handler | Func |
|
Результат | IAsyncServerBuilder |