Package so.prelude.sdk.services.async
Interface TransactionalServiceAsync
-
- All Implemented Interfaces:
public interface TransactionalServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
TransactionalServiceAsync.WithRawResponse
A view of TransactionalServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract TransactionalServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<TransactionalSendResponse>
send(TransactionalSendParams params)
Send a transactional message to your user. abstract CompletableFuture<TransactionalSendResponse>
send(TransactionalSendParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract 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)
Send a transactional message to your user.
-
send
abstract CompletableFuture<TransactionalSendResponse> send(TransactionalSendParams params, RequestOptions requestOptions)
-
-
-
-