Skip to content

Commit

Permalink
Provide access to eventBrokerGUID (odpi#6840)
Browse files Browse the repository at this point in the history
Signed-off-by: Mandy Chessell <[email protected]>
  • Loading branch information
mandy-chessell committed Oct 27, 2022
1 parent e33c39f commit 4a2870e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@ public String getEventBrokerName()
}


/**
* Return the unique identifier of the event broker's entity that corresponds to the eventBrokerName.
*
* @return string name
*/
public String getEventBrokerGUID()
{
return eventBrokerGUID;
}


/* ========================================================
* Set up whether topic/event metadata is owned by the event broker
*/
Expand Down

0 comments on commit 4a2870e

Please sign in to comment.