io.sarl.sre.janus.network.services
Class TopicMessage
All Superinterfaces:
java.io.Serializable
Enclosing class:
HazelcastEventTransportService
static class TopicMessage
extends java.lang.Object
implements java.io.Serializable
Envelope for Hazelcast messages.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.network
Since:
0.12
Property Summary
Modifier and type Property and description
Event transferredEvent
Scope<T> trasnferredScope
Constructor Summary
Constructor and description
new(Event,Scope<T>)
Action Summary
Modifier and type Action and description
Event getTransferredEvent
Scope<T> getTrasnferredScope
Property Details
transferredEvent
val transferredEvent : Event

This property is an alias for the action: getTransferredEvent

trasnferredScope
val trasnferredScope : Scope<T>

This property is an alias for the action: getTrasnferredScope

Constructor Details
new(Event,Scope<T>)
new(Event,Scope<T>)
Action Details
getTransferredEvent
def getTransferredEvent : Event
getTrasnferredScope
def getTrasnferredScope : Scope<T>