Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class FreezeServiceGrpc.FreezeServiceImplBase
java.lang.Object
com.hedera.hashgraph.sdk.proto.FreezeServiceGrpc.FreezeServiceImplBase
- All Implemented Interfaces:
FreezeServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
FreezeServiceGrpc
public abstract static class FreezeServiceGrpc.FreezeServiceImplBase
extends Object
implements io.grpc.BindableService, FreezeServiceGrpc.AsyncService
Base class for the server implementation of the service FreezeService.
A service to manage network "freeze" events. This service provides a facility to prepare for network upgrades, halt network processing, perform network software upgrades, and automatically restart the network following an upgrade.
-
Constructor Details
-
FreezeServiceImplBase
public FreezeServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-