Package so.prelude.sdk.client
Class PreludeClientAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.client.PreludeClientAsync.WithRawResponse
public final class PreludeClientAsyncImpl.WithRawResponseImpl implements PreludeClientAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PreludeClientAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. LookupServiceAsync.WithRawResponse
lookup()
TransactionalServiceAsync.WithRawResponse
transactional()
VerificationServiceAsync.WithRawResponse
verification()
WatchServiceAsync.WithRawResponse
watch()
-
-
Method Detail
-
withOptions
PreludeClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
lookup
LookupServiceAsync.WithRawResponse lookup()
-
transactional
TransactionalServiceAsync.WithRawResponse transactional()
-
verification
VerificationServiceAsync.WithRawResponse verification()
-
-
-
-