Package com.daml.ledger.api.v1
Class EventQueryServiceGrpc.EventQueryServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.EventQueryServiceGrpc.EventQueryServiceImplBase
-
- All Implemented Interfaces:
EventQueryServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EventQueryServiceGrpc
public abstract static class EventQueryServiceGrpc.EventQueryServiceImplBase extends java.lang.Object implements io.grpc.BindableService, EventQueryServiceGrpc.AsyncService
Base class for the server implementation of the service EventQueryService.Query events by contract id or key.
-
-
Constructor Summary
Constructors Constructor Description EventQueryServiceImplBase()
-
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.EventQueryServiceGrpc.AsyncService
getEventsByContractId, getEventsByContractKey
-
-