- get(BeanResolutionContext, BeanDefinition<T>, BeanIdentifier, Provider<T>) - Method in class io.micronaut.grpc.channels.GrpcChannelScope
-
- getApplicationConfiguration() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getApplicationContext() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getBuilder() - Method in class io.micronaut.grpc.client.tracing.GrpcClientTracingInterceptorConfiguration
-
- getBuilder() - Method in class io.micronaut.grpc.server.tracing.GrpcServerTracingInterceptorConfiguration
-
- getCertChain() - Method in class io.micronaut.grpc.server.GrpcSslConfiguration
-
- getChannelBuilder() - Method in class io.micronaut.grpc.channels.GrpcManagedChannelConfiguration
-
- getDefaultScheme() - Method in class io.micronaut.grpc.discovery.GrpcNameResolverProvider
-
- getExtensionRegistry() - Method in class io.micronaut.protobuf.codec.ProtobufferCodec
-
- getHost() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getInstanceId() - Method in class io.micronaut.grpc.server.GrpcServerConfiguration
-
The instance id.
- getMediaTypes() - Method in class io.micronaut.protobuf.codec.ProtobufferCodec
-
- getMessageBuilder(Class<? extends Message>) - Method in class io.micronaut.protobuf.codec.ProtobufferCodec
-
Create a new Message.Builder
instance for the given class.
- getName() - Method in class io.micronaut.grpc.channels.GrpcManagedChannelConfiguration
-
- getOrder() - Method in class io.micronaut.grpc.server.interceptor.OrderedServerInterceptor
-
Get the order in which this interceptor should execute in the interceptor chain.
- getPort() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getPrivateKey() - Method in class io.micronaut.grpc.server.GrpcSslConfiguration
-
- getResult() - Method in class io.micronaut.grpc.server.health.GrpcServerHealthIndicator
-
- getScheme() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getServer() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getServerBuilder() - Method in class io.micronaut.grpc.server.GrpcServerConfiguration
-
The server builder.
- getServerConfiguration() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getServerConfiguration() - Method in class io.micronaut.grpc.server.GrpcServerConfiguration
-
The SSL configuration.
- getServerHost() - Method in class io.micronaut.grpc.server.GrpcServerConfiguration
-
The server host.
- getServerPort() - Method in class io.micronaut.grpc.server.GrpcServerConfiguration
-
The server port.
- getURI() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- getURL() - Method in class io.micronaut.grpc.server.GrpcEmbeddedServer
-
- GrpcChannel - Annotation Type in io.micronaut.grpc.annotation
-
An annotation that can be used to inject a GRPC ManagedChannel
.
- GrpcChannelBuilderFactory - Class in io.micronaut.grpc.channels
-
Factory class for creating NettyChannelBuilder
instances.
- GrpcChannelBuilderFactory(ApplicationContext, ExecutorService) - Constructor for class io.micronaut.grpc.channels.GrpcChannelBuilderFactory
-
Default constructor.
- GrpcChannelScope - Class in io.micronaut.grpc.channels
-
A custom scope for injecting ManagedChannel
instances that are dependency injected and shutdown when
the application shuts down.
- GrpcChannelScope(ApplicationContext) - Constructor for class io.micronaut.grpc.channels.GrpcChannelScope
-
Default constructor.
- GrpcClientTracingInterceptorConfiguration - Class in io.micronaut.grpc.client.tracing
-
Adds a TracingClientInterceptor
when OpenTracing for GRPC is on the classpath
and allows integration with Zipkin and Jaeger.
- GrpcClientTracingInterceptorConfiguration(Tracer) - Constructor for class io.micronaut.grpc.client.tracing.GrpcClientTracingInterceptorConfiguration
-
Default constructor.
- GrpcClientTracingInterceptorFactory - Class in io.micronaut.grpc.client.tracing
-
Factory that builds the Tracing interceptors.
- GrpcClientTracingInterceptorFactory() - Constructor for class io.micronaut.grpc.client.tracing.GrpcClientTracingInterceptorFactory
-
- GrpcDefaultManagedChannelConfiguration - Class in io.micronaut.grpc.channels
-
Default configuration for all GRPC clients.
- GrpcDefaultManagedChannelConfiguration(String, Environment, ExecutorService) - Constructor for class io.micronaut.grpc.channels.GrpcDefaultManagedChannelConfiguration
-
Default constructor.
- GrpcEmbeddedServer - Class in io.micronaut.grpc.server
-
Implementation of the EmbeddedServer
interface for GRPC.
- GrpcManagedChannelConfiguration - Class in io.micronaut.grpc.channels
-
A managed channel configuration.
- GrpcManagedChannelConfiguration(String, Environment, ExecutorService) - Constructor for class io.micronaut.grpc.channels.GrpcManagedChannelConfiguration
-
Constructors a new managed channel configuration.
- GrpcManagedChannelFactory - Class in io.micronaut.grpc.channels
-
Factory bean for creating ManagedChannel
instances.
- GrpcManagedChannelFactory(ApplicationContext) - Constructor for class io.micronaut.grpc.channels.GrpcManagedChannelFactory
-
Default constructor.
- GrpcNamedManagedChannelConfiguration - Class in io.micronaut.grpc.channels
-
- GrpcNamedManagedChannelConfiguration(String, Environment, ExecutorService) - Constructor for class io.micronaut.grpc.channels.GrpcNamedManagedChannelConfiguration
-
Default constructor.
- GrpcNameResolverProvider - Class in io.micronaut.grpc.discovery
-
Implementation of NameResolverProvider
that allows using Micronaut's DiscoveryClient
to perform service discovery.
- GrpcNameResolverProvider(DiscoveryClient, List<ServiceInstanceList>) - Constructor for class io.micronaut.grpc.discovery.GrpcNameResolverProvider
-
Default constructor.
- GrpcServerBuilder - Class in io.micronaut.grpc.server
-
Constructs the ServerBuilder
instance.
- GrpcServerBuilder() - Constructor for class io.micronaut.grpc.server.GrpcServerBuilder
-
- GrpcServerChannel - Class in io.micronaut.grpc.server
-
A factory that returns a ManagedChannel
allowing communication with the embedded server.
- GrpcServerChannel() - Constructor for class io.micronaut.grpc.server.GrpcServerChannel
-
- GrpcServerConfiguration - Class in io.micronaut.grpc.server
-
Configuration for the GRPC server.
- GrpcServerConfiguration(Environment, String, Integer, ExecutorService) - Constructor for class io.micronaut.grpc.server.GrpcServerConfiguration
-
Deprecated.
- GrpcServerConfiguration(Environment, String, Integer, ExecutorService, ResourceResolver) - Constructor for class io.micronaut.grpc.server.GrpcServerConfiguration
-
Default constructor.
- GrpcServerHealthIndicator - Class in io.micronaut.grpc.server.health
-
A HealthIndicator
for Grpc server.
- GrpcServerHealthIndicator(GrpcEmbeddedServer) - Constructor for class io.micronaut.grpc.server.health.GrpcServerHealthIndicator
-
Default constructor.
- GrpcServerTracingInterceptorConfiguration - Class in io.micronaut.grpc.server.tracing
-
Adds a TracingServerInterceptor
when OpenTracing for GRPC is on the classpath
and allows integration with Zipkin and Jaeger.
- GrpcServerTracingInterceptorConfiguration(Tracer) - Constructor for class io.micronaut.grpc.server.tracing.GrpcServerTracingInterceptorConfiguration
-
Default constructor.
- GrpcServerTracingInterceptorFactory - Class in io.micronaut.grpc.server.tracing
-
Factory that builds the Tracing interceptors.
- GrpcServerTracingInterceptorFactory() - Constructor for class io.micronaut.grpc.server.tracing.GrpcServerTracingInterceptorFactory
-
- GrpcService - Annotation Type in io.micronaut.grpc.annotation
-
A meta annotation for annotation GRPC services.
- GrpcSslConfiguration - Class in io.micronaut.grpc.server
-
Configuration for the SSL properties of GRPC.
- GrpcSslConfiguration() - Constructor for class io.micronaut.grpc.server.GrpcSslConfiguration
-