Annotation Interface ConditionalOnGrpcNativeServer
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Conditional(org.springframework.boot.grpc.server.autoconfigure.OnGrpcNativeServerCondition.class)
public @interface ConditionalOnGrpcNativeServer
@Conditional that determines if the gRPC server implementation
should be one of the native varieties (e.g. Netty, Shaded Netty) - i.e. not the servlet
container.- Since:
- 1.0.0
- Author:
- Chris Bono, Dave Syer
- See Also: