com.hazelcast.spi.impl.eventservice.impl
public class EventServiceSegment extends Object
Constructor and Description |
---|
EventServiceSegment(String serviceName) |
Modifier and Type | Method and Description |
---|---|
boolean |
addRegistration(String topic,
Registration registration) |
ConcurrentMap<String,Registration> |
getRegistrationIdMap() |
Collection<Registration> |
getRegistrations(String topic,
boolean forceCreate) |
Registration |
removeRegistration(String topic,
String id) |
public EventServiceSegment(String serviceName)
public Collection<Registration> getRegistrations(String topic, boolean forceCreate)
public ConcurrentMap<String,Registration> getRegistrationIdMap()
public boolean addRegistration(String topic, Registration registration)
public Registration removeRegistration(String topic, String id)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.