mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
add toCommandJson to HystrixSSEStream (#38633)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
5a8bf56c3a
commit
041e1646ac
Vendored
+1
@@ -326,6 +326,7 @@ export interface CircuitFactory {
|
||||
|
||||
export interface HystrixSSEStream {
|
||||
toObservable(): Rx.Observable<any>;
|
||||
toCommandJson(metrics: any): string;
|
||||
}
|
||||
|
||||
export const commandFactory: CommandFactory;
|
||||
|
||||
Reference in New Issue
Block a user