コード例 #1
0
ファイル: LiveInstance.java プロジェクト: kanakb/helix
 /**
  * Get the id of this participant
  *
  * @return participant id
  */
 public ParticipantId getParticipantId() {
   return ParticipantId.from(getInstanceName());
 }