Interface Invoker
- All Superinterfaces:
BaseInvoker<HttpExecutionContext>,HttpInvoker
Deprecated, for removal: This API element is subject to removal in a future version.
Dedicated interface inspired from original
Invoker interface allowing to invoke an invoker in a reactive manner.- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Completableinvoke(ExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.default io.reactivex.rxjava3.core.CompletableDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface io.gravitee.gateway.reactive.api.invoker.BaseInvoker
getId
-
Method Details
-
invoke
Deprecated, for removal: This API element is subject to removal in a future version. -
invoke
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
invokein interfaceBaseInvoker<HttpExecutionContext>
-
HttpInvoker