| Package | Description |
|---|---|
| net.openhft.chronicle.engine | |
| net.openhft.chronicle.engine.api.tree | |
| net.openhft.chronicle.engine.pubsub |
| Modifier and Type | Method and Description |
|---|---|
static <T,E> TopicPublisher<T,E> |
Chassis.acquireTopicPublisher(String uri,
Class<T> tClass,
Class<E> eClass)
Get or create a TopicPublisher.
|
| Modifier and Type | Method and Description |
|---|---|
default <T,E> TopicPublisher<T,E> |
AssetTree.acquireTopicPublisher(String uri,
Class<T> topicClass,
Class<E> messageClass)
Acquire a Topic Publisher view for a URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteTopicPublisher<T,M>
Created by Rob Austin
|
class |
VanillaTopicPublisher<T,M>
Created by peter on 23/05/15.
|
Copyright © 2015. All rights reserved.