When a batch is pushed, it has to notify a 3rd party entity. Create a `BatchNotifier` interface that has following function : - `Notify(b *Batch) error` For now create a simple `StdoutBatchNotifier` This will only print out batch informations.