add toCommandJson to HystrixSSEStream (#38633)

This commit is contained in:
Lukas van Driel
2019-10-02 15:08:03 -07:00
committed by Ryan Cavanaugh
parent 5a8bf56c3a
commit 041e1646ac
+1
View File
@@ -326,6 +326,7 @@ export interface CircuitFactory {
export interface HystrixSSEStream {
toObservable(): Rx.Observable<any>;
toCommandJson(metrics: any): string;
}
export const commandFactory: CommandFactory;