public interface FnService
extends java.lang.AutoCloseable, org.apache.beam.vendor.grpc.v1p60p1.io.grpc.BindableService
| Modifier and Type | Method and Description | 
|---|---|
| void | close(). | 
void close()
    throws java.lang.Exception
There should be no more calls to any service method by the time a call to close()
 begins. Specifically, this means that a Server that this service is bound to should have
 completed a call to the Server.shutdown()
 method, and all future incoming calls will be rejected.
close in interface java.lang.AutoCloseablejava.lang.Exception