Modifier and type | Property and description |
---|---|
com.hazelcast.core.HazelcastInstance | hazelcastInstance |
Modifier and type | Type and description |
---|---|
class | HazelcastEventTransportService.TopicMessage Envelope for Hazelcast messages. |
protected class | HazelcastEventTransportService.TopicMessageListener Envelope for Hazelcast topic messages. |
protected class | HazelcastEventTransportService.TopicNameListener Listener on Hazelcast events. |
Modifier and type | Field and description |
---|---|
public static val java.lang.String | HAZELCAST_SARL_TOPICS_NAME_SET |
public static val java.lang.String | HAZELCAST_SARL_TOPICS_ROOTWILCARD |
Constructor and description |
---|
new(HazelcastInstance,ContextService,LoggingService) |
Modifier and type | Action and description |
---|---|
com.hazelcast.core.HazelcastInstance | getHazelcastInstance |
static java.lang.String | getTopicNameFromSpaceID(SpaceID) |
boolean | routeEvent(Event,EventSpace,Scope<T>) |
val hazelcastInstance : com.hazelcast.core.HazelcastInstance
This property is an alias for the action: getHazelcastInstance
public static val HAZELCAST_SARL_TOPICS_NAME_SET : java.lang.String = "io.sarl.topics.distributedset"
public static val HAZELCAST_SARL_TOPICS_ROOTWILCARD : java.lang.String = "io.sarl.topics."
new(HazelcastInstance,ContextService,LoggingService)
def getHazelcastInstance : com.hazelcast.core.HazelcastInstance
def getTopicNameFromSpaceID(SpaceID) : java.lang.String
def routeEvent(Event,EventSpace,Scope<T>) : boolean