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
/
ScopeServiceImpl
/
ScopeImpl
Scope
Impl
class
ScopeImpl
(
id
:
String
,
description
:
String
,
params
:
ScopeParams
?
)
:
Scope
Members
Constructors
Scope
Impl
Link copied to clipboard
constructor
(
id
:
String
,
description
:
String
,
params
:
ScopeParams
?
)
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
associate
With
Link copied to clipboard
fun
associateWith
(
scope
:
ScopeServiceImpl.ScopeImpl
)
clone
Link copied to clipboard
fun
clone
(
)
:
ScopeServiceImpl.ScopeImpl
finish
Link copied to clipboard
open
override
fun
finish
(
)
to
Log
String
Link copied to clipboard
fun
toLogString
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String