FileOutbox constructor

FileOutbox(
  1. String path
)

Implementation

FileOutbox(String path) : super(FileOutboxStore(path));