- getAddress() - Method in interface net.devh.springboot.autoconfigure.grpc.server.GrpcServerFactory
-
Gets the IP address the created server will be bound to.
- getAddress() - Method in class net.devh.springboot.autoconfigure.grpc.server.NettyGrpcServerFactory
-
- getBeanClazz() - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServiceDefinition
-
Gets the class of the grpc service bean.
- getBeanName() - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServiceDefinition
-
Gets the name of the grpc service bean.
- getDefinition() - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServiceDefinition
-
Gets the grpc service definition.
- getMaxInboundMessageSize() - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServerProperties
-
Gets the maximum message size in bytes allowed to be received by the server.
- getPhase() - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServerLifecycle
-
- getPort() - Method in interface net.devh.springboot.autoconfigure.grpc.server.GrpcServerFactory
-
Gets the local port the created server will use to listen to requests.
- getPort() - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServerProperties
-
Gets the port the server should listen on.
- getPort() - Method in class net.devh.springboot.autoconfigure.grpc.server.NettyGrpcServerFactory
-
- GlobalServerInterceptorConfigurer - Interface in net.devh.springboot.autoconfigure.grpc.server
-
This configurer can be used to register new global ServerInterceptor
s.
- GlobalServerInterceptorConfigurerAdapter - Class in net.devh.springboot.autoconfigure.grpc.server
-
- GlobalServerInterceptorConfigurerAdapter() - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GlobalServerInterceptorConfigurerAdapter
-
Deprecated.
- GlobalServerInterceptorRegistry - Class in net.devh.springboot.autoconfigure.grpc.server
-
The global server interceptor registry keeps references to all ServerInterceptor
s that should be registered
globally.
- GlobalServerInterceptorRegistry() - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GlobalServerInterceptorRegistry
-
- globalServerInterceptorRegistry() - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServerAutoConfiguration
-
- globalTraceServerInterceptorConfigurerAdapter(GrpcTracing) - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServerAutoConfiguration.TraceServerAutoConfiguration
-
- GrpcCodec - Annotation Type in net.devh.springboot.autoconfigure.grpc.server.codec
-
Annotation that marks gRPC codecs that should be registered with a gRPC server.
- GrpcCodecDefinition - Class in net.devh.springboot.autoconfigure.grpc.server.codec
-
Container class that contains all relevant information about a grpc codec.
- GrpcCodecDefinition(Codec, boolean, CodecType) - Constructor for class net.devh.springboot.autoconfigure.grpc.server.codec.GrpcCodecDefinition
-
Creates a new GrpcCodecDefinition.
- GrpcGlobalServerInterceptor - Annotation Type in net.devh.springboot.autoconfigure.grpc.server
-
Annotation for gRPC ServerInterceptor
s to apply them globally.
- GrpcMetedataConsulConfiguration - Class in net.devh.springboot.autoconfigure.grpc.server
-
Configuration class that configures the required beans for grpc discovery via Consul.
- GrpcMetedataConsulConfiguration() - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GrpcMetedataConsulConfiguration
-
- GrpcMetedataEurekaConfiguration - Class in net.devh.springboot.autoconfigure.grpc.server
-
Configuration class that configures the required beans for grpc discovery via Eureka.
- GrpcMetedataEurekaConfiguration() - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GrpcMetedataEurekaConfiguration
-
- GrpcServerAutoConfiguration - Class in net.devh.springboot.autoconfigure.grpc.server
-
The auto configuration used by Spring-Boot that contains all beans to run a grpc server/service.
- GrpcServerAutoConfiguration() - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GrpcServerAutoConfiguration
-
- GrpcServerAutoConfiguration.TraceServerAutoConfiguration - Class in net.devh.springboot.autoconfigure.grpc.server
-
- GrpcServerFactory - Interface in net.devh.springboot.autoconfigure.grpc.server
-
A factory that can be used to create grpc servers.
- grpcServerLifecycle(GrpcServerFactory) - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServerAutoConfiguration
-
- GrpcServerLifecycle - Class in net.devh.springboot.autoconfigure.grpc.server
-
Lifecycle bean that automatically starts and stops the grpc server.
- GrpcServerLifecycle(GrpcServerFactory) - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GrpcServerLifecycle
-
- GrpcServerProperties - Class in net.devh.springboot.autoconfigure.grpc.server
-
The properties for the grpc server that will be started as part of the application.
- GrpcServerProperties() - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GrpcServerProperties
-
- GrpcServerProperties.Security - Class in net.devh.springboot.autoconfigure.grpc.server
-
- GrpcService - Annotation Type in net.devh.springboot.autoconfigure.grpc.server
-
Annotation that marks gRPC services that should be registered with a gRPC server.
- GrpcServiceDefinition - Class in net.devh.springboot.autoconfigure.grpc.server
-
Container class that contains all relevant information about a grpc service.
- GrpcServiceDefinition(String, Class<?>, ServerServiceDefinition) - Constructor for class net.devh.springboot.autoconfigure.grpc.server.GrpcServiceDefinition
-
Creates a new GrpcServiceDefinition.
- GrpcServiceDiscoverer - Interface in net.devh.springboot.autoconfigure.grpc.server
-
An interface for a bean that will be used to find grpc services and codecs.
- grpcTracing(Tracing) - Method in class net.devh.springboot.autoconfigure.grpc.server.GrpcServerAutoConfiguration.TraceServerAutoConfiguration
-