Interface EndpointConnector
- All Superinterfaces:
BaseEndpointConnector<HttpExecutionContext>,Connector,HttpEndpointConnector,io.gravitee.common.component.LifecycleComponent<Connector>
- All Known Implementing Classes:
EndpointAsyncConnector,EndpointSyncConnector,HttpEndpointAsyncConnector
Deprecated, for removal: This API element is subject to removal in a future version.
Interface describing Endpoint Connector which could be implemented to deal with new protocol specification
- Author:
- GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Completableconnect(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.connector.Connector
id, supportedApi, supportedModesMethods inherited from interface io.gravitee.common.component.LifecycleComponent
lifecycleState, postStart, postStop, preStart, preStop, start, stop
-
Method Details
-
connect
Deprecated, for removal: This API element is subject to removal in a future version. -
connect
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
connectin interfaceBaseEndpointConnector<HttpExecutionContext>- Specified by:
connectin interfaceHttpEndpointConnector
-
HttpEndpointConnector