Package so.prelude.sdk.services.async
Class TransactionalServiceAsyncImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.TransactionalServiceAsync
public final class TransactionalServiceAsyncImpl implements TransactionalServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
TransactionalServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TransactionalServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<TransactionalSendResponse>
send(TransactionalSendParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
TransactionalServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
send
CompletableFuture<TransactionalSendResponse> send(TransactionalSendParams params, RequestOptions requestOptions)
-
-
-
-