DynamoDbService

interface DynamoDbService : Service

Service that's running when DynamoDb is usable. Configure your service to depend on this service if it needs DynamoDb.

Functions

Link copied to clipboard
abstract fun addListener(p0: Service.Listener, p1: Executor)
Link copied to clipboard
abstract fun awaitRunning()
open fun awaitRunning(p0: Duration)
abstract fun awaitRunning(p0: Long, p1: TimeUnit)
Link copied to clipboard
abstract fun awaitTerminated()
open fun awaitTerminated(p0: Duration)
abstract fun awaitTerminated(p0: Long, p1: TimeUnit)
Link copied to clipboard
abstract fun failureCause(): Throwable
Link copied to clipboard
abstract fun isRunning(): Boolean
Link copied to clipboard
@CanIgnoreReturnValue
abstract fun startAsync(): Service
Link copied to clipboard
abstract fun state(): Service.State
Link copied to clipboard
@CanIgnoreReturnValue
abstract fun stopAsync(): Service