Registry / utility / refreshable

refreshable

JSON →
library2.11.0javamavenunverified

Palantir open source library for managing refreshable resources with atomic updates.

<dependency> <groupId>com.palantir.refreshable</groupId> <artifactId>refreshable</artifactId> <version>2.11.0</version> </dependency>
INSTALL
IMPORT
SIG · REFRESHABLE
R
refreshable
utilityjavav2.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Refreshable
com.palantir.refreshable.Refreshable

Create a simple Refreshable with a fixed value.

import com.palantir.refreshable.Refreshable; public class Main { public static void main(String[] args) { Refreshable<String> refreshable = Refreshable.only("initial"); System.out.println(refreshable.get()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
refreshable — mvn dependency:get refreshable · libregistry