Builder

class Builder<E, R>

Constructors

Link copied to clipboard
constructor()

Properties

Functions

Link copied to clipboard
Link copied to clipboard

Use bundledFileStorage in case your product comes with pre-bundled metadata if clients are not connected to the internet on the first startup of the product.

Link copied to clipboard

Use eventLogFileStorage to specify a separate file storage for event log data used by the report dispatcher. If not set, the regular fileStorage will be used instead.

Link copied to clipboard

Provide file storage for caching metadata, dictionaries, and event logs.

Link copied to clipboard

Provide an HTTP client for communicating with FUS backend services.

Link copied to clipboard

Provide JSON (de)serialization for events, metadata, and configuration.

Link copied to clipboard

Provide logging for all internal FUS operations by bridging to your application's logging framework.

Link copied to clipboard
Link copied to clipboard