Package io.debezium.server.pulsar
Class PulsarTestResourceLifecycleManager
java.lang.Object
io.debezium.server.pulsar.PulsarTestResourceLifecycleManager
- All Implemented Interfaces:
io.quarkus.test.common.QuarkusTestResourceLifecycleManager
public class PulsarTestResourceLifecycleManager
extends Object
implements io.quarkus.test.common.QuarkusTestResourceLifecycleManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
io.quarkus.test.common.QuarkusTestResourceLifecycleManager.Context, io.quarkus.test.common.QuarkusTestResourceLifecycleManager.TestInjector -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
init, inject, inject, order, setContext
-
Field Details
-
PULSAR_VERSION
- See Also:
-
PULSAR_PORT
public static final int PULSAR_PORT- See Also:
-
PULSAR_HTTP_PORT
public static final int PULSAR_HTTP_PORT- See Also:
-
PULSAR_IMAGE
- See Also:
-
container
private static final org.testcontainers.containers.GenericContainer<?> container
-
-
Constructor Details
-
PulsarTestResourceLifecycleManager
public PulsarTestResourceLifecycleManager()
-
-
Method Details
-
start
- Specified by:
startin interfaceio.quarkus.test.common.QuarkusTestResourceLifecycleManager
-
stop
public void stop()- Specified by:
stopin interfaceio.quarkus.test.common.QuarkusTestResourceLifecycleManager
-
getPulsarServiceUrl
-