View Source lake_connection_state (lake v0.2.1)

Link to this section Summary

Link to this section Functions

Link to this function

add_publisher(PublisherId, Publisher, Stream, State)

View Source
Link to this function

add_subscription(SubscriptionId, Subscriber, Stream, State)

View Source
Link to this function

inc_correlation_id(State)

View Source
Link to this function

new(Socket, CorrelationId, Heartbeat)

View Source
Link to this function

publisher_from_publisher_id(PublisherId, State)

View Source
Link to this function

publisher_ids_from_stream(Stream, State)

View Source
Link to this function

register_pending_request(Corr, From, Extra, State)

View Source
Link to this function

remove_pending_request(Corr, State)

View Source
Link to this function

remove_publisher(PublisherId, State)

View Source
Link to this function

remove_subscription(SubscriptionId, State)

View Source
Link to this function

requestor_from_correlation_id(Corr, State)

View Source
Link to this function

stream_publishers(Stream, State)

View Source
Link to this function

stream_subscriptions(Stream, State)

View Source
Link to this function

subscriber_from_subscription_id(SubscriptionId, State)

View Source
Link to this function

subscription_ids_from_stream(Stream, State)

View Source