package apiserver
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package configuration
- package error
- package execution
- package meteringreport
- package ratelimiting
- package services
- package update
Type Members
- final class ActiveStreamMetricsInterceptor extends ServerInterceptor
- class ApiException extends StatusRuntimeException with NoStackTrace
The sole purpose of this class is to give StatusRuntimeException with NoStacktrace a nice name in logs.
- trait ApiService extends AnyRef
- trait ApiServices extends AnyRef
- final class ExecutionSequencerFactoryOwner extends ResourceOwner[ExecutionSequencerFactory]
- final class LedgerApiService extends ResourceOwner[ApiService] with NamedLogging
- final case class LedgerFeatures(staticTime: Boolean = false, commandDeduplicationFeatures: CommandDeduplicationFeatures = CommandDeduplicationFeatures.defaultInstance, contractIdFeatures: ExperimentalContractIds = ExperimentalContractIds.defaultInstance, committerEventLog: ExperimentalCommitterEventLog = ExperimentalCommitterEventLog.of(eventLogType = CENTRALIZED), explicitDisclosure: ExperimentalExplicitDisclosure = ExperimentalExplicitDisclosure.of(supported = false), commandInspectionService: ExperimentalCommandInspectionService = ExperimentalCommandInspectionService(supported = true)) extends Product with Serializable
- final class SeedService extends AnyRef
- trait TimeServiceBackend extends TimeProvider
- final class TimedIndexService extends IndexService
- class TruncatedStatusInterceptor extends ServerInterceptor
Value Members
- object ApiServiceOwner
- object ApiServices
- object GrpcServer
- object SeedService
- object TimeServiceBackend