Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.scopes
/
Scope
Scope
abstract
class
Scope
(
val
id
:
String
,
val
description
:
String
,
val
params
:
ScopeParams
?
)
Inheritors
ScopeImpl
OpenTelemetryScope
Members
Constructors
Scope
Link copied to clipboard
constructor
(
id
:
String
,
description
:
String
,
params
:
ScopeParams
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
open
val
description
:
String
id
Link copied to clipboard
open
val
id
:
String
params
Link copied to clipboard
open
val
params
:
ScopeParams
?
Functions
finish
Link copied to clipboard
open
fun
finish
(
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String