nugu-android
nugu-client-kit
/
com.skt.nugu.sdk.client.port.transport.grpc2.utils
/
BackOff
/
Builder
Builder
data
class
Builder
(
maxAttempts
:
Int
,
baseDelay
:
Long
=
DEFAULT_BASE_DELAY
,
maxBackoffTime
:
Long
=
DEFAULT_MAX_BACKOFF_IN_MILLISECONDS
,
enableJitter
:
Boolean
=
true
)
Content copied to clipboard
Builder class for
BackOff
Constructors
Functions
Constructors
Builder
Link copied to clipboard
fun
Builder
(
maxAttempts
:
Int
,
baseDelay
:
Long
=
DEFAULT_BASE_DELAY
,
maxBackoffTime
:
Long
=
DEFAULT_MAX_BACKOFF_IN_MILLISECONDS
,
enableJitter
:
Boolean
=
true
)
Content copied to clipboard
Functions
build
Link copied to clipboard
fun
build
(
)
:
BackOff
Content copied to clipboard