object ParticipantInspectionServiceGrpc
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParticipantInspectionServiceGrpc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ParticipantInspectionService extends AbstractService
* Inspection Service
* Inspection Service
Supports inspecting the Participant for details about its ledger. This contains only a subset of the ParticipantInspection commands that can run over the admin-api instead of requiring direct access to the participant node instance.
- trait ParticipantInspectionServiceBlockingClient extends AnyRef
* Inspection Service
* Inspection Service
Supports inspecting the Participant for details about its ledger. This contains only a subset of the ParticipantInspection commands that can run over the admin-api instead of requiring direct access to the participant node instance.
- class ParticipantInspectionServiceBlockingStub extends AbstractStub[ParticipantInspectionServiceBlockingStub] with ParticipantInspectionServiceBlockingClient
- class ParticipantInspectionServiceStub extends AbstractStub[ParticipantInspectionServiceStub] with ParticipantInspectionService
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val METHOD_COUNT_IN_FLIGHT: MethodDescriptor[CountInFlightRequest, CountInFlightResponse]
- val METHOD_GET_CONFIG_FOR_SLOW_COUNTER_PARTICIPANTS: MethodDescriptor[GetConfigForSlowCounterParticipantsRequest, GetConfigForSlowCounterParticipantsResponse]
- val METHOD_GET_INTERVALS_BEHIND_FOR_COUNTER_PARTICIPANTS: MethodDescriptor[GetIntervalsBehindForCounterParticipantsRequest, GetIntervalsBehindForCounterParticipantsResponse]
- val METHOD_INSPECT_COMMITMENT_CONTRACTS: MethodDescriptor[InspectCommitmentContractsRequest, InspectCommitmentContractsResponse]
- val METHOD_LOOKUP_OFFSET_BY_TIME: MethodDescriptor[LookupOffsetByTimeRequest, LookupOffsetByTimeResponse]
- val METHOD_LOOKUP_RECEIVED_ACS_COMMITMENTS: MethodDescriptor[LookupReceivedAcsCommitmentsRequest, LookupReceivedAcsCommitmentsResponse]
- val METHOD_LOOKUP_SENT_ACS_COMMITMENTS: MethodDescriptor[LookupSentAcsCommitmentsRequest, LookupSentAcsCommitmentsResponse]
- val METHOD_OPEN_COMMITMENT: MethodDescriptor[OpenCommitmentRequest, OpenCommitmentResponse]
- val METHOD_SET_CONFIG_FOR_SLOW_COUNTER_PARTICIPANTS: MethodDescriptor[SetConfigForSlowCounterParticipantsRequest, SetConfigForSlowCounterParticipantsResponse]
- val SERVICE: ServiceDescriptor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindService(serviceImpl: ParticipantInspectionService, executionContext: ExecutionContext): ServerServiceDefinition
- def blockingStub(channel: Channel): ParticipantInspectionServiceBlockingStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: ServiceDescriptor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def stub(channel: Channel): ParticipantInspectionServiceStub
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object ParticipantInspectionService extends ServiceCompanion[ParticipantInspectionService]
- object ParticipantInspectionServiceStub extends StubFactory[ParticipantInspectionServiceStub]