Remove default blockTimeout on interface clients
See gh-30403
This commit is contained in:
committed by
rstoyanchev
parent
e416dfdbc0
commit
033548a760
@@ -497,6 +497,11 @@ Annotated, HTTP exchange methods support the following return values:
|
||||
TIP: You can also use any other async or reactive types registered in the
|
||||
`ReactiveAdapterRegistry`.
|
||||
|
||||
TIP: For non-reactive types, blocking from a reactive publisher is performed
|
||||
under the hood by the framework. By default, it is done without a timeout.
|
||||
You can set a timeout for blocking by calling `blockTimeout(Duration blockTimeout)`
|
||||
on `HttpServiceProxyFactory.Builder`.
|
||||
|
||||
|
||||
[[rest-http-interface-exceptions]]
|
||||
=== Exception Handling
|
||||
|
||||
@@ -1063,3 +1063,8 @@ method parameters:
|
||||
Annotated, RSocket exchange methods support return values that are concrete value(s), or
|
||||
any producer of value(s) that can be adapted to a Reactive Streams `Publisher` via
|
||||
`ReactiveAdapterRegistry`.
|
||||
|
||||
TIP: For non-reactive types, blocking from a reactive publisher is performed
|
||||
under the hood by the framework. By default, it is done without a timeout.
|
||||
You can set a timeout for blocking by calling `blockTimeout(Duration blockTimeout)`
|
||||
on `RSocketServiceProxyFactory.Builder`.
|
||||
Reference in New Issue
Block a user