object ApiServiceOwner
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApiServiceOwner
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 DefaultAddress: Option[String]
- val DefaultApiStreamShutdownTimeout: NonNegativeFiniteDuration
- val DefaultCommandServiceConfig: CommandServiceConfig
- val DefaultConfigurationLoadTimeout: NonNegativeFiniteDuration
- val DefaultIdentityProviderManagementConfig: IdentityProviderManagementConfig
- val DefaultManagementServiceTimeout: NonNegativeFiniteDuration
- val DefaultMaxInboundMessageSize: Int
- val DefaultPartyManagementServiceConfig: PartyManagementServiceConfig
- val DefaultPort: Port
- val DefaultSeeding: Seeding
- val DefaultTls: Option[TlsConfiguration]
- val DefaultUserManagement: UserManagementServiceConfig
- def apply(apiStreamShutdownTimeout: NonNegativeFiniteDuration = ApiServiceOwner.DefaultApiStreamShutdownTimeout, address: Option[String] = DefaultAddress, maxInboundMessageSize: Int = DefaultMaxInboundMessageSize, port: Port = DefaultPort, tls: Option[TlsConfiguration] = DefaultTls, seeding: Seeding = DefaultSeeding, configurationLoadTimeout: NonNegativeFiniteDuration = ApiServiceOwner.DefaultConfigurationLoadTimeout, managementServiceTimeout: NonNegativeFiniteDuration = ApiServiceOwner.DefaultManagementServiceTimeout, ledgerFeatures: LedgerFeatures, jwtTimestampLeeway: Option[JwtTimestampLeeway], tokenExpiryGracePeriodForStreams: Option[NonNegativeDuration], enableExplicitDisclosure: Boolean = false, ledgerId: LedgerId, participantId: daml.lf.data.Ref.ParticipantId, meteringReportKey: MeteringReportKey = CommunityKey, indexService: IndexService, submissionTracker: SubmissionTracker, commandProgressTracker: CommandProgressTracker, userManagementStore: UserManagementStore, packageMetadataStore: PackageMetadataStore, identityProviderConfigStore: IdentityProviderConfigStore, partyRecordStore: PartyRecordStore, command: CommandServiceConfig = ApiServiceOwner.DefaultCommandServiceConfig, optWriteService: Option[WriteService], readService: ReadService, healthChecks: HealthChecks, metrics: Metrics, timeServiceBackend: Option[TimeServiceBackend] = None, otherServices: Seq[BindableService] = immutable.Seq.empty, otherInterceptors: List[ServerInterceptor] = List.empty, engine: Engine, authorityResolver: AuthorityResolver, servicesExecutionContext: ExecutionContextExecutor, checkOverloaded: (TraceContext) => Option[SubmissionResult] = _ => None, authService: AuthService, jwtVerifierLoader: JwtVerifierLoader, userManagement: UserManagementServiceConfig = ApiServiceOwner.DefaultUserManagement, partyManagementServiceConfig: PartyManagementServiceConfig = ApiServiceOwner.DefaultPartyManagementServiceConfig, engineLoggingConfig: EngineLoggingConfig, telemetry: Telemetry, loggerFactory: NamedLoggerFactory, serializableContractAuthenticators: SerializableContractAuthenticators, dynParamGetter: DynamicDomainParameterGetter, pruningOffsetCache: PruningOffsetCache, keepAlive: Option[KeepAliveServerConfig])(implicit actorSystem: ActorSystem, materializer: Materializer, traceContext: TraceContext, tracer: Tracer): ResourceOwner[ApiService]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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])