Package | Description |
---|---|
software.chronicle.datagrid.internal.pubsub | |
software.chronicle.datagrid.internal.queue | |
software.chronicle.datagrid.internal.testsupport | |
software.chronicle.datagrid.queue |
This package contains interfaces that are related to the
handling of Queues within Chronicle-Datagrid
|
software.chronicle.datagrid.tree |
This package contains classes that are related to the
handling of Assets and AssetTrees within Chronicle-Datagrid
|
Modifier and Type | Class and Description |
---|---|
class |
MapTopicPublisher<T,M> |
class |
QueueTopicPublisher<T,M> |
class |
RemoteQueueView<T,M> |
class |
RemoteTopicPublisher<T,M> |
Modifier and Type | Class and Description |
---|---|
class |
AuthorisedChronicleQueueView<T,M> |
class |
ChronicleQueueView<T,M> |
class |
QueueViewSwitchableProxy<T,M>
Class that acts like a proxy in front of a number of sub-queues.
|
Modifier and Type | Method and Description |
---|---|
static <T,M> @NotNull TopicPublisher<T,M> |
Chassis.acquireTopicPublisher(@NotNull String uri,
Class<T> tClass,
Class<M> mClass)
Get or create a TopicPublisher.
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueueView<T,M> |
Modifier and Type | Method and Description |
---|---|
default <T,M> @NotNull TopicPublisher<T,M> |
AssetTree.acquireTopicPublisher(@NotNull String uri,
Class<T> topicClass,
Class<M> messageClass)
Acquire a Topic Publisher view for a URI.
|
default <T,M> @NotNull TopicPublisher<T,M> |
AssetTree.acquireTopicPublisher(@NotNull String uri,
String basePath,
Class<T> topicClass,
Class<M> messageClass)
Acquire a Topic Publisher view for a URI.
|
Copyright © 2021. All rights reserved.