Package com.daml.ledger.api.v1.testing
Class TimeServiceGrpc.TimeServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.testing.TimeServiceGrpc.TimeServiceImplBase
-
- All Implemented Interfaces:
TimeServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TimeServiceGrpc
public abstract static class TimeServiceGrpc.TimeServiceImplBase extends java.lang.Object implements io.grpc.BindableService, TimeServiceGrpc.AsyncService
Base class for the server implementation of the service TimeService.Optional service, exposed for testing static time scenarios.
-
-
Constructor Summary
Constructors Constructor Description TimeServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.daml.ledger.api.v1.testing.TimeServiceGrpc.AsyncService
getTime, setTime
-
-