Module erlmld_noisy_wrk

The default example worker, which prints events and checkpoints after every 10 records.

Copyright © (C) 2016, AdRoll

Description

The default example worker, which prints events and checkpoints after every 10 records.

Function Index

checkpointed/3
initialize/3
process_record/2
ready/1
shutdown/2

Function Details

checkpointed/3

checkpointed(State, SequenceNumber, Checkpoint) -> any()

initialize/3

initialize(Opaque, ShardId, ISN) -> any()

process_record/2

process_record(State, Stream_record) -> any()

ready/1

ready(State) -> any()

shutdown/2

shutdown(State, Reason) -> any()


Generated by EDoc