Interface StockServiceAsync
-
- All Implemented Interfaces:
public interface StockServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceStockServiceAsync.WithRawResponseA view of StockServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract StockServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract StockServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract Eip155ServiceAsynceip155()-
-
Method Detail
-
withRawResponse
abstract StockServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract StockServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
eip155
abstract Eip155ServiceAsync eip155()
-
-
-
-