Interface AsyncCallFunction<S,T>

Type Parameters:
S - the type of the input to the function
T - the type of the result of the function

public interface AsyncCallFunction<S,T>
Represents a function that can be called asynchronously.
Author:
Jan Novotný (novotny@fg.cz), FG Forrest a.s. (c) 2024
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(S serviceStub)
    Applies the function to the given service stub asynchronously.