Interface EndpointConnector

All Superinterfaces:
BaseEndpointConnector<HttpExecutionContext>, Connector, HttpEndpointConnector, io.gravitee.common.component.LifecycleComponent<Connector>
All Known Implementing Classes:
EndpointAsyncConnector, EndpointSyncConnector, HttpEndpointAsyncConnector

@Deprecated(forRemoval=true) public interface EndpointConnector extends HttpEndpointConnector
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 Type
    Method
    Description
    io.reactivex.rxjava3.core.Completable
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default io.reactivex.rxjava3.core.Completable
    Deprecated, 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, supportedModes

    Methods inherited from interface io.gravitee.common.component.LifecycleComponent

    lifecycleState, postStart, postStop, preStart, preStop, start, stop