org.elasticmq.Node.scala Maven / Gradle / Ivy
The newest version!
package org.elasticmq
trait Node {
def nativeClient: Client
def shutdown()
}
package org.elasticmq
trait Node {
def nativeClient: Client
def shutdown()
}