Interface | Description |
---|---|
CachedDataProvider<T extends SubjectInfo> |
A DataProvider which receives a single
CachedDataProvider.onRequest(SubjectInfo)
and a single CachedDataProvider.onDiscard(SubjectInfo) , even if requests are made from
multiple peers. |
CloseableTradeListener | |
SubjectInfo |
Provides an object representation of a subject request.
|
SubjectParser<T extends SubjectInfo> |
A SubjectParser validates and parses subject requests into Domain
objects; these objects provide methods which return the information contained
in the request.
|
Class | Description |
---|---|
CachedAdapter |
Provides a Single-Request, Single-Discard DataSource API for a
DataProvider
and simplifies the Publisher API. |
CachedPublisher |
Provides a mechanism for publishing messages and events; maintains a cache
so that new subscribers can be serviced with existing messages automatically.
|
CachedSubscription<T extends SubjectInfo> | |
CachedSubscriptionManager<T extends SubjectInfo> | |
CacheOperations |
Enum | Description |
---|---|
CachedSubscriptionManager.UpdateCachedMessageResult |
Exception | Description |
---|---|
SubjectParserException |
An exception that is thrown when a SubjectParser encounters a format
issue with a subject.
|
Copyright © 2015 Caplin Systems.