Interface LiveSupplier<TYPE>

All Superinterfaces:
LivenessReferent, Supplier<TYPE>

public interface LiveSupplier<TYPE> extends LivenessReferent, Supplier<TYPE>
Interface for a supplier that continues to "live" while retained by a LivenessManager.