Uses of Enum Class
io.gravitee.gateway.reactive.api.ConnectorMode
Packages that use ConnectorMode
Package
Description
-
Uses of ConnectorMode in io.gravitee.gateway.reactive.api
Methods in io.gravitee.gateway.reactive.api that return ConnectorModeModifier and TypeMethodDescriptionstatic ConnectorModestatic ConnectorModeReturns the enum constant of this class with the specified name.static ConnectorMode[]ConnectorMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConnectorMode in io.gravitee.gateway.reactive.api.connector
Methods in io.gravitee.gateway.reactive.api.connector that return types with arguments of type ConnectorModeModifier and TypeMethodDescriptionConnector.supportedModes()Returns a set ofConnectorModesupported by this connector.ConnectorFactory.supportedModes() -
Uses of ConnectorMode in io.gravitee.gateway.reactive.api.connector.endpoint.sync
Methods in io.gravitee.gateway.reactive.api.connector.endpoint.sync that return types with arguments of type ConnectorModeModifier and TypeMethodDescriptiondefault Set<ConnectorMode>EndpointSyncConnectorFactory.supportedModes()Deprecated, for removal: This API element is subject to removal in a future version.default Set<ConnectorMode>HttpEndpointSyncConnectorFactory.supportedModes() -
Uses of ConnectorMode in io.gravitee.gateway.reactive.api.connector.entrypoint.sync
Methods in io.gravitee.gateway.reactive.api.connector.entrypoint.sync that return types with arguments of type ConnectorModeModifier and TypeMethodDescriptiondefault Set<ConnectorMode>EntrypointSyncConnectorFactory.supportedModes()Deprecated, for removal: This API element is subject to removal in a future version.default Set<ConnectorMode>HttpEntrypointSyncConnectorFactory.supportedModes()