Uses of Enum Class
io.gravitee.gateway.reactive.api.ListenerType
Packages that use ListenerType
Package
Description
-
Uses of ListenerType in io.gravitee.gateway.reactive.api
Methods in io.gravitee.gateway.reactive.api that return ListenerTypeModifier and TypeMethodDescriptionstatic ListenerTypestatic ListenerTypeReturns the enum constant of this class with the specified name.static ListenerType[]ListenerType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ListenerType in io.gravitee.gateway.reactive.api.connector.entrypoint
Methods in io.gravitee.gateway.reactive.api.connector.entrypoint that return ListenerTypeModifier and TypeMethodDescriptionBaseEntrypointConnector.supportedListenerType()Returns theListenerTypesupported by this entrypoint.EntrypointConnectorFactory.supportedListenerType()