Interface TcpEndpointConnector

All Superinterfaces:
BaseEndpointConnector<TcpExecutionContext>, Connector, io.gravitee.common.component.LifecycleComponent<Connector>

public interface TcpEndpointConnector extends BaseEndpointConnector<TcpExecutionContext>
Interface describing Endpoint Connector which could be implemented to deal with new protocol specification
Author:
GraviteeSource Team
  • Method Summary

    Modifier and Type
    Method
    Description
    default io.reactivex.rxjava3.core.Completable
     

    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