This package contains items that may be useful for working with the Skip framework, but are not strictly necessary.
Type Aliases
| Type alias | Description |
|---|
| Entrypoint | An entry point of a Skip reactive service. |
Interfaces
| Interface | Description |
|---|
| PolledHTTPResource | Description of an external HTTP endpoint and how to poll it. |
Classes
| Class | Description |
|---|
| Count | Reducer to maintain the count of input values. |
| Max | Reducer to maintain the maximum of input values. |
| Min | Reducer to maintain the minimum of input values. |
| PolledExternalService | An external HTTP service that is kept up-to-date by polling. |
| SkipExternalService | An external Skip reactive service. |
| SkipServiceBroker | Wrapper providing a method-call interface to the Skip service HTTP APIs. |
| Sum | Reducer to maintain the sum of input values. |
Functions
| Function | Description |
|---|
| asFollower | Run a SkipService as a follower in a leader-follower topology. |
| asLeader | Run a SkipService as the leader in a leader-follower topology. |
| defaultParamEncoder | Encode params for external resource request. |
| fetchJSON | Perform an HTTP fetch where input and output data is Json. |