Uses of Enum Class
org.springframework.boot.grpc.server.autoconfigure.GrpcServerProperties.Netty.Transport
Packages that use GrpcServerProperties.Netty.Transport
Package
Description
Auto-configuration for gRPC server.
-
Uses of GrpcServerProperties.Netty.Transport in org.springframework.boot.grpc.server.autoconfigure
Subclasses with type arguments of type GrpcServerProperties.Netty.Transport in org.springframework.boot.grpc.server.autoconfigureMethods in org.springframework.boot.grpc.server.autoconfigure that return GrpcServerProperties.Netty.TransportModifier and TypeMethodDescription@Nullable GrpcServerProperties.Netty.TransportGrpcServerProperties.Netty.getTransport()Returns the enum constant of this class with the specified name.static GrpcServerProperties.Netty.Transport[]GrpcServerProperties.Netty.Transport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.grpc.server.autoconfigure with parameters of type GrpcServerProperties.Netty.TransportModifier and TypeMethodDescriptionvoidGrpcServerProperties.Netty.setTransport(@Nullable GrpcServerProperties.Netty.Transport transport)