| Package | Description |
|---|---|
| de.ruedigermoeller.fastcast.packeting | |
| de.ruedigermoeller.fastcast.remoting | |
| de.ruedigermoeller.fastcast.service |
| Modifier and Type | Method and Description |
|---|---|
FCTopicService |
TopicEntry.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicEntry.setService(FCTopicService service) |
| Modifier and Type | Class and Description |
|---|---|
class |
FCBinaryTopicService
Created with IntelliJ IDEA.
|
class |
FCEmptyService
Created with IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends FCTopicService> |
FastCast.startSending(String topic,
Class<T> fcBinaryTopicServiceClass) |
<T extends FCTopicService> |
FCRemoting.startSending(String topic,
Class<T> fcBinaryTopicServiceClass)
starts sending on the given topic
use this for ConfigBuilder based configs.
|
| Modifier and Type | Method and Description |
|---|---|
FCTopicService |
FastCast.getService(String topic) |
FCTopicService |
FCRemoting.getService(String topic)
return the local instance of a service with given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastCast.startReceiving(String topicName,
FCTopicService service) |
void |
FCRemoting.startReceiving(String topicName,
FCTopicService listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
FCMembership
This service tracks other cluster nodes (which also have a FCMembership service running) and maintains a list of
live cluster members (including self)
|
Copyright © 2014. All rights reserved.