Class UtilServiceGrpc.UtilServiceImplBase

java.lang.Object
com.hedera.hashgraph.sdk.proto.UtilServiceGrpc.UtilServiceImplBase
All Implemented Interfaces:
UtilServiceGrpc.AsyncService, io.grpc.BindableService
Enclosing class:
UtilServiceGrpc

public abstract static class UtilServiceGrpc.UtilServiceImplBase extends Object implements io.grpc.BindableService, UtilServiceGrpc.AsyncService
Base class for the server implementation of the service UtilService.

 The Utility Service provides a pseudo-random number generator.
 The single gRPC call defined for this service simply reports a single
 pseudo-random number in the transaction record. That value may either
 be a 32-bit integer within a requested range, or a 384-bit byte array.
 ### Block Stream Effects
 The requested value is reported exclusively in a `UtilPrngOutput` message.
 
  • Constructor Details

    • UtilServiceImplBase

      public UtilServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService