Skip to content

Commit

Permalink
Message broker name for ISession to support broker switch #2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstanovsky committed Oct 11, 2023
1 parent a664c13 commit ffef46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export interface ISession {
historianUrl: string;
isSessionActive: boolean;
isSessionAlive: boolean;
messageBrokerName?: string;
ordererUrl: string;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ISession {
*/
historianUrl: string;
/**
* Message broker name
* Message broker name of the session
*/
messageBrokerName?: string;
/**
Expand Down

0 comments on commit ffef46a

Please sign in to comment.