- Type Parameters:
S - type of the input parameter
T - type of the output parameter
- All Known Implementing Classes:
- JpaCall, JpaDeleteCall, JpaGetAllCall, JpaGetByIdCall, JpaPersistCall, JpaQueryCall, JpaUpdateCall, RestCall
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Call<S,T>
Defines as a call to any service (db, REST backend). The call is defined by an input parameter and a output parameter.