API Reference extreme v1.1.2
View SourceModules
TODO
Finds node in EventStore cluster that connection should be established with.
Set of functions for retrieving configuration value with correct type
Set of connection related functions meant to be used from Extreme.Connection
only!
Module that uses this listener will connect to stream of event store and wait for new events. In the contrast of Extreme.Listener which will first read existing events (starting from position x) and then keep listening new events.
TODO
The same as Extreme.Listener
but uses event_producer functionality which applies backpressure
on live events as well.
Messages are based on official proto file: https://github.com/EventStore/EventStore/blob/master/src/Protos/ClientAPI/ClientMessageDtos.proto
An asynchronous subscription strategy.
This module contains functions shared between Extreme.Subscription
and Extreme.ReadingSubscription
.
Set of functions for TCP communication.
Set of tool functions for internal library use.