Module kinetic_stream

Behaviours: gen_server.

Function Index

code_change/3
flush/2
get_stream/2
handle_call/3
handle_cast/2
handle_info/2
init/1
put_record/3
send_to_kinesis/5
start_link/2
stop/2
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

flush/2

flush(StreamName, Config) -> any()

get_stream/2

get_stream(StreamName, Config) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Arg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

put_record/3

put_record(StreamName, Config, Data) -> any()

send_to_kinesis/5

send_to_kinesis(StreamName, Buffer, PartitionKey, Timeout, Retries) -> any()

start_link/2

start_link(StreamName, Config) -> any()

stop/2

stop(StreamName, Config) -> any()

terminate/2

terminate(Reason, Kinetic_stream) -> any()


Generated by EDoc