1.1.1 • Published 10 months ago

@treecg/connector-file v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.1.0

10 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago