Interface TcpEndpointConnector
- All Superinterfaces:
BaseEndpointConnector<TcpExecutionContext>,Connector,io.gravitee.common.component.LifecycleComponent<Connector>
Interface describing Endpoint Connector which could be implemented to deal with new protocol specification
- Author:
- GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.CompletableMethods 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
- Specified by:
connectin interfaceBaseEndpointConnector<TcpExecutionContext>
-