Interface StatusSupplier

All Superinterfaces:
Supplier<CompletionStage<org.eclipse.ditto.json.JsonObject>>

public interface StatusSupplier extends Supplier<CompletionStage<org.eclipse.ditto.json.JsonObject>>
Supplies a CompletionStage for a status, consisting of an arbitrary JSON object. NOTE: For supplying a health status, the interface StatusHealthSupplier should be used instead.
See Also:
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get