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