SecretsWatcherFileSystem.Backends.FSPoll (secrets_watcher_file_system v0.2.10) View Source
File system backend for any OS.
Backend Options
:interval
(integer, default: 1000), polling interval
Using FSPoll Backend
Unlike other backends, polling backend is never automatically chosen in any OS environment, despite being usable on all platforms.
To use polling backend, one has to explicitly specify in the backend option.
Link to this section Summary
Functions
Callback implementation for SecretsWatcherFileSystem.Backend.bootstrap/0
.
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Callback implementation for SecretsWatcherFileSystem.Backend.known_events/0
.
Callback implementation for SecretsWatcherFileSystem.Backend.supported_systems/0
.
Link to this section Functions
Callback implementation for SecretsWatcherFileSystem.Backend.bootstrap/0
.
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.
Callback implementation for SecretsWatcherFileSystem.Backend.known_events/0
.
Callback implementation for SecretsWatcherFileSystem.Backend.supported_systems/0
.