示例#1
0
 /**
  * Get the id of this participant
  *
  * @return participant id
  */
 public ParticipantId getParticipantId() {
   return ParticipantId.from(getInstanceName());
 }