File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 77import java .lang .annotation .Target ;
88
99import org .springframework .stereotype .Component ;
10- import org .springframework .stereotype .Service ;
1110
1211/**
1312 * Created by jamessmith on 9/7/16.
Original file line number Diff line number Diff line change 11package org .lognet .springboot .grpc ;
22
3- import io .grpc .*;
3+ import io .grpc .BindableService ;
4+ import io .grpc .Server ;
5+ import io .grpc .ServerBuilder ;
6+ import io .grpc .ServerInterceptor ;
7+ import io .grpc .ServerInterceptors ;
8+ import io .grpc .ServerServiceDefinition ;
49import io .grpc .health .v1 .HealthCheckResponse ;
510import io .grpc .inprocess .InProcessServerBuilder ;
611import io .grpc .netty .NettyServerBuilder ;
1722import org .springframework .core .type .StandardMethodMetadata ;
1823
1924import java .lang .annotation .Annotation ;
20- import java .util .*;
25+ import java .util .Collection ;
26+ import java .util .Collections ;
27+ import java .util .List ;
28+ import java .util .Map ;
29+ import java .util .Optional ;
30+ import java .util .Set ;
2131import java .util .concurrent .ConcurrentSkipListSet ;
2232import java .util .stream .Collectors ;
2333import java .util .stream .Stream ;
You can’t perform that action at this time.
0 commit comments