示例#1
0
 /**
  * Instantiate with an participant identifier
  *
  * @param id participant identifier
  */
 public LiveInstance(ParticipantId id) {
   super(id.toString());
 }
示例#2
0
 /**
  * Get the id of this participant
  *
  * @return participant id
  */
 public ParticipantId getParticipantId() {
   return ParticipantId.from(getInstanceName());
 }