Package csw.testkit.database
Interface EmbeddedPG
-
- All Known Implementing Classes:
DatabaseTestKit
public interface EmbeddedPG
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> void
addJvmShutdownHook(scala.Function0<T> hook)
csw.location.api.scaladsl.LocationService
locationService()
void
shutdown()
csw.location.api.scaladsl.RegistrationResult
start(int port)
akka.actor.typed.ActorSystem<?>
system()
akka.util.Timeout
timeout()
-
-
-
Method Detail
-
addJvmShutdownHook
<T> void addJvmShutdownHook(scala.Function0<T> hook)
-
locationService
csw.location.api.scaladsl.LocationService locationService()
-
shutdown
void shutdown()
-
start
csw.location.api.scaladsl.RegistrationResult start(int port)
-
system
akka.actor.typed.ActorSystem<?> system()
-
timeout
akka.util.Timeout timeout()
-
-