Class EndpointAsyncConnector

java.lang.Object
io.gravitee.common.component.AbstractLifecycleComponent<T>
io.gravitee.common.service.AbstractService<Connector>
io.gravitee.gateway.reactive.api.connector.endpoint.async.HttpEndpointAsyncConnector
io.gravitee.gateway.reactive.api.connector.endpoint.async.EndpointAsyncConnector
All Implemented Interfaces:
io.gravitee.common.component.LifecycleComponent<Connector>, Connector, BaseEndpointConnector<HttpExecutionContext>, EndpointConnector, HttpEndpointConnector, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated(forRemoval=true) public abstract class EndpointAsyncConnector extends HttpEndpointAsyncConnector implements EndpointConnector
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • EndpointAsyncConnector

      public EndpointAsyncConnector()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • subscribe

      public abstract io.reactivex.rxjava3.core.Completable subscribe(ExecutionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • subscribe

      public io.reactivex.rxjava3.core.Completable subscribe(HttpExecutionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      subscribe in class HttpEndpointAsyncConnector
    • publish

      public abstract io.reactivex.rxjava3.core.Completable publish(ExecutionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • publish

      public io.reactivex.rxjava3.core.Completable publish(HttpExecutionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      publish in class HttpEndpointAsyncConnector