Class EntrypointAsyncConnector
java.lang.Object
io.gravitee.common.component.AbstractLifecycleComponent<T>
io.gravitee.common.service.AbstractService<Connector>
io.gravitee.gateway.reactive.api.connector.entrypoint.async.HttpEntrypointAsyncConnector
io.gravitee.gateway.reactive.api.connector.entrypoint.async.EntrypointAsyncConnector
- All Implemented Interfaces:
io.gravitee.common.component.LifecycleComponent<Connector>,Connector,BaseEntrypointConnector<HttpExecutionContext>,EntrypointConnector,HttpEntrypointConnector,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Deprecated(forRemoval=true)
public abstract class EntrypointAsyncConnector
extends HttpEntrypointAsyncConnector
implements EntrypointConnector
Deprecated, for removal: This API element is subject to removal in a future version.
Specialized
EntrypointConnector for ApiType.MESSAGE-
Field Summary
Fields inherited from class io.gravitee.gateway.reactive.api.connector.entrypoint.async.HttpEntrypointAsyncConnector
STOP_MESSAGE_CONTENT, STOP_MESSAGE_ID, stopHookFields inherited from class io.gravitee.common.service.AbstractService
applicationContextFields inherited from class io.gravitee.common.component.AbstractLifecycleComponent
lifecycle -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class io.gravitee.gateway.reactive.api.connector.entrypoint.async.HttpEntrypointAsyncConnector
applyStopHook, drainConnections, emitStopMessage, qosRequirement, supportedApiMethods inherited from class io.gravitee.common.service.AbstractService
doStart, doStop, getOrder, name, setApplicationContextMethods inherited from class io.gravitee.common.component.AbstractLifecycleComponent
lifecycleState, preStop, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.gravitee.gateway.reactive.api.connector.entrypoint.BaseEntrypointConnector
matchCriteriaCount, supportedListenerTypeMethods inherited from interface io.gravitee.gateway.reactive.api.connector.Connector
id, supportedApi, supportedModesMethods inherited from interface io.gravitee.gateway.reactive.api.connector.entrypoint.EntrypointConnector
handleRequest, handleRequest, handleResponse, handleResponse, matches, matchesMethods inherited from interface io.gravitee.common.component.LifecycleComponent
lifecycleState, postStart, postStop, preStart, preStop, start, stop
-
Constructor Details
-
EntrypointAsyncConnector
public EntrypointAsyncConnector()Deprecated, for removal: This API element is subject to removal in a future version.
-
HttpEntrypointAsyncConnector