Overview

Represents an internal participant.

Members

Name Type Required Description

address

string

Address of the participant

externalParticipant

boolean

Whether participant is external.

participant

beeId

Addressable Participant.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:internalParticipant xsi:type="obh:internalParticipant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_string_0</address>
        <externalParticipant>your_boolean_0</externalParticipant>
        <participant>your_beeId_0</participant>
</obh:internalParticipant>

Referenced By Representaions