I am using grpc-java. Let us say I have created a Service (ServiceImpl),
added few services and started the service.

Now if I want to graceful shutdown, do I  have first call shutdown on each
of the services added to ServiceImpl and then follow-it with a call to
service.shutdown?
or service.shutdown will handle both the cases?

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAFfmCFGr1RM49hLBAg%2Bq8bGCZ_%2BnWCYzQJ_c7vnWxV_%3DSqJS5g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to