Param - the type of input parameterData - the type of data returned by the operation@FunctionalInterface public interface FlowableRequestSupplier<Param,Data>
| Modifier and Type | Method and Description |
|---|---|
Data |
get(Param params)
Executes the operation with the given parameters and returns the result.
|
Data get(Param params)
params - the input parameters for the operationRuntimeException - if the operation failsCopyright © 2025. All rights reserved.