|
| file | advisory.h |
| | Asynchronous advisory messages carry information about the operation of FTL. Programs can receive this information through subscribers on the advisory endpoint.
|
| |
| file | conmatch.h |
| | Content matchers filter messages based on their content.
|
| |
| file | except.h |
| | Exceptions capture error information during FTL calls.
|
| |
| file | fldref.h |
| | Field references enable efficiency gains when accessing message fields.
|
| |
| file | inbox.h |
| | Inbox objects address inbox subscribers.
|
| |
| file | logstream.h |
| | This file defines constants related to LogStream data messages, their field names, and their field values.
|
| |
| file | map.h |
| | Programs can use maps to store key/value pairs in a persistence store.
|
| |
| file | mapiter.h |
| | Map iterators iterate over the key/value pairs in a map.
|
| |
| file | monitor.h |
| | This file defines constants related to monitoring data messages, their field names, and their field values.
|
| |
| file | msg.h |
| | Message objects contain fields with values.
|
| |
| file | props.h |
| | Properties objects represent a set of configuration properties (name/value pairs).
|
| |
| file | pub.h |
| | Publisher objects send messages.
|
| |
| file | queue.h |
| | Event queue objects hold message and timer events until callbacks can process them.
|
| |
| file | realm.h |
| | Realm objects contain definitions of message formats, endpoints and transport maps.
|
| |
| file | sub.h |
| | Subscribers express interest to receive inbound messages.
|
| |
| file | tiblock.h |
| | Cooperating application programs can use locks to implement exclusive access to a map within a persistence store.
|
| |
| file | types.h |
| | FTL datatype definitions.
|
| |