Packages

object ApiServiceOwner

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiServiceOwner
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DefaultAddress: Option[String]
  5. val DefaultApiStreamShutdownTimeout: NonNegativeFiniteDuration
  6. val DefaultCommandServiceConfig: CommandServiceConfig
  7. val DefaultConfigurationLoadTimeout: NonNegativeFiniteDuration
  8. val DefaultIdentityProviderManagementConfig: IdentityProviderManagementConfig
  9. val DefaultManagementServiceTimeout: NonNegativeFiniteDuration
  10. val DefaultMaxInboundMessageSize: Int
  11. val DefaultPartyManagementServiceConfig: PartyManagementServiceConfig
  12. val DefaultPort: Port
  13. val DefaultSeeding: Seeding
  14. val DefaultTls: Option[TlsConfiguration]
  15. val DefaultUserManagement: UserManagementServiceConfig
  16. 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]
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped