1.1.1 • Published 2 years ago

@treecg/connector-file v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@treecg/connector-file

Connector that communicates via a filesystem.

Options

  • type: type of the connector created, to use this connector "file" is required
  • path: required parameter denoting the path of the file used for communication
  • onReplace: required parameter denoting how the file is used to communicate, possible values:
    • true: the entire file is read parsed and sent on change
    • false: the appended content is parsed and sent on append
  • readFirstContent: optional parameter, only used if onReplace equals true. When Reader is started the current content is used for the first message.
  • encoding: optional parameter used to denote the encoding of the file (defaults to utf-8)
1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago