dsl
Toggle table of contents
17.1.1
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.networking
/
Mailbox
Mailbox
interface
Mailbox
<
ID
:
Any
>
TODO.
Members
Properties
in
Memory
Link copied to clipboard
abstract
val
inMemory
:
Boolean
True if this mailbox is simple memory sharing. False if it actually serializes messages.
Functions
current
Inbound
Link copied to clipboard
abstract
fun
currentInbound
(
)
:
NeighborsData
<
ID
>
TODO.
deliverable
For
Link copied to clipboard
abstract
fun
deliverableFor
(
outboundMessage
:
OutboundEnvelope
<
ID
>
)
TODO.
deliverable
Received
Link copied to clipboard
abstract
fun
deliverableReceived
(
message
:
Message
<
ID
,
*
>
)
TODO.