Class NettyServerBuilderSelector
java.lang.Object
org.lognet.springboot.grpc.autoconfigure.NettyServerBuilderSelector
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.annotation.ImportSelector,org.springframework.context.EnvironmentAware
public class NettyServerBuilderSelector
extends Object
implements org.springframework.context.annotation.ImportSelector, org.springframework.context.EnvironmentAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)voidsetEnvironment(org.springframework.core.env.Environment environment)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
NettyServerBuilderSelector
public NettyServerBuilderSelector()
-
-
Method Details
-
selectImports
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)- Specified by:
selectImportsin interfaceorg.springframework.context.annotation.ImportSelector
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment)- Specified by:
setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
-