Behaviours: gen_server.
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 |
code_change(OldVsn, State, Extra) -> any()
flush(StreamName, Config) -> any()
get_stream(StreamName, Config) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Arg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
put_record(StreamName, Config, Data) -> any()
send_to_kinesis(StreamName, Buffer, PartitionKey, Timeout, Retries) -> any()
start_link(StreamName, Config) -> any()
stop(StreamName, Config) -> any()
terminate(Reason, Kinetic_stream) -> any()
Generated by EDoc