Package com.daml.ledger.api.v2
Class EventQueryServiceGrpc.EventQueryServiceImplBase
java.lang.Object
com.daml.ledger.api.v2.EventQueryServiceGrpc.EventQueryServiceImplBase
- All Implemented Interfaces:
EventQueryServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EventQueryServiceGrpc
public abstract static class EventQueryServiceGrpc.EventQueryServiceImplBase
extends Object
implements io.grpc.BindableService, EventQueryServiceGrpc.AsyncService
Base class for the server implementation of the service EventQueryService.
Query events by contract id. Note that querying by contract key is not (yet) supported, as contract keys are not supported (yet) in multi-synchronizer scenarios.
-
Constructor Details
-
EventQueryServiceImplBase
public EventQueryServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-