Interface MetricsSnapshotsSupplierTask
-
- All Superinterfaces:
com.github.akurilov.commons.concurrent.AsyncRunnable,com.github.akurilov.fiber4j.Fiber,java.rmi.Remote,java.util.function.Supplier<java.util.List<? extends AllMetricsSnapshot>>
- All Known Implementing Classes:
MetricsSnapshotsSupplierTaskImpl
public interface MetricsSnapshotsSupplierTask extends java.util.function.Supplier<java.util.List<? extends AllMetricsSnapshot>>, com.github.akurilov.fiber4j.Fiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends AllMetricsSnapshot>get()
-
-
-
Method Detail
-
get
java.util.List<? extends AllMetricsSnapshot> get()
- Specified by:
getin interfacejava.util.function.Supplier<java.util.List<? extends AllMetricsSnapshot>>
-
-