Interface IncrementalCall<T extends IncrementalPayload>

  • Type Parameters:
    T - the type of the payload that this call resolves.
    All Known Implementing Classes:
    DeferredFragmentCall, StreamedCall

    public interface IncrementalCall<T extends IncrementalPayload>
    Represents an incremental call (resulted from the usage of @defer or @stream).
    • Method Detail

      • invoke

        java.util.concurrent.CompletableFuture<T> invoke()