Package com.wrapper.spotify
Class SpotifyApiThreading
- java.lang.Object
-
- com.wrapper.spotify.SpotifyApiThreading
-
public class SpotifyApiThreading extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.concurrent.ExecutorServiceTHREADPOOL
-
Constructor Summary
Constructors Constructor Description SpotifyApiThreading()
-
Method Summary
Modifier and Type Method Description static <T> java.util.concurrent.CompletableFuture<T>executeAsync(java.util.concurrent.Callable<T> callable)
-