Package global.maplink.freight.async
Interface FreightAsyncAPI
-
public interface FreightAsyncAPI
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<FreightCalculationResponse>calculate(FreightCalculationRequest request)static FreightAsyncAPIgetInstance()static FreightAsyncAPIgetInstance(Environment environment)
-
-
-
Method Detail
-
calculate
CompletableFuture<FreightCalculationResponse> calculate(FreightCalculationRequest request)
-
getInstance
static FreightAsyncAPI getInstance()
-
getInstance
static FreightAsyncAPI getInstance(Environment environment)
-
-