@Bean @Service @Documented @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface GrpcService
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<? extends io.grpc.ServerInterceptor>[] |
interceptors |
boolean |
sortInterceptors
Whether the custom interceptors should be mixed with the global interceptors and sorted afterwards.
|
public abstract Class<? extends io.grpc.ServerInterceptor>[] interceptors
public abstract boolean sortInterceptors
Copyright © 2022. All rights reserved.