View Source lake_connection (lake v0.2.1)

Link to this section Summary

Link to this section Functions

Link to this function

connect(Host, Port, User, Password, Vhost, Options)

View Source
Link to this function

consumer_update_response(Connection, CorrelationId, ResponseCode, OffsetSpecification)

View Source
Link to this function

create(Connection, Stream, Arguments)

View Source
Link to this function

credit_async(Connection, SubscriptionId, Credit)

View Source
Link to this function

declare_publisher(Connection, Stream, PublisherId, PublisherReference)

View Source
Link to this function

delete(Connection, Stream)

View Source
Link to this function

delete_publisher(Connection, PublisherId)

View Source
Link to this function

handle_call(Call, From, State0)

View Source
Link to this function

handle_cast(Cast, State)

View Source
Link to this function

metadata(Connection, Streams)

View Source
Link to this function

partitions(Connection, SuperStream)

View Source
Link to this function

publish_async(Connection, PublisherId, Messages)

View Source
Link to this function

publish_sync(Connection, PublisherId, Messages)

View Source
Link to this function

query_offset(Connection, PublisherReference, Stream)

View Source
Link to this function

query_publisher_sequence(Connection, PublisherReference, Stream)

View Source
Link to this function

route(Connection, RoutingKey, SuperStream)

View Source
Link to this function

store_offset(Connection, PublisherReference, Stream, Offset)

View Source
Link to this function

stream_stats(Connection, SuperStream)

View Source
Link to this function

subscribe(Connection, Stream, SubscriptionId, OffsetDefinition, Credit, Properties)

View Source
Link to this function

terminate(Reason, State)

View Source
Link to this function

tls_connect(Host, Port, User, Password, Vhost, Options)

View Source
Link to this function

unsubscribe(Connection, SubscriptionId)

View Source