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. TransactionalServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. 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.
-
withOptions
TransactionalServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
send
CompletableFuture<TransactionalSendResponse> send(TransactionalSendParams params, RequestOptions requestOptions)
-
-
-
-