dsl
Toggle table of contents
17.1.1
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.networking
/
InMemoryMessageFactory
In
Memory
Message
Factory
class
InMemoryMessageFactory
<
ID
:
Any
>
:
MessageFactory
<
ID
,
Any
?
>
TODO.
Members
Constructors
In
Memory
Message
Factory
Link copied to clipboard
constructor
(
)
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
senderId
:
ID
,
sharedData
:
Map
<
Path
,
PayloadRepresentation
<
Any
?
>
>
)
:
Message
<
ID
,
Any
?
>
Creates a
Message
instance with the given
senderId
and
sharedData
.