
com.wavesplatform.Shutdownable.scala Maven / Gradle / Ivy
package com.wavesplatform
trait Shutdownable {
def shutdown(): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.wavesplatform
trait Shutdownable {
def shutdown(): Unit
}