Uses of Class
io.debezium.testing.testcontainers.MongoDbContainer.Address
Packages that use MongoDbContainer.Address
-
Uses of MongoDbContainer.Address in io.debezium.testing.testcontainers
Methods in io.debezium.testing.testcontainers that return MongoDbContainer.AddressModifier and TypeMethodDescriptionMongoDbContainer.getClientAddress()Returns the public address that should be used by clients.MongoDbContainer.getNamedAddress()Returns the named-address that is only guaranteed available within the network.Methods in io.debezium.testing.testcontainers with parameters of type MongoDbContainer.AddressModifier and TypeMethodDescriptionvoidMongoDbContainer.initReplicaSet(boolean configServer, MongoDbContainer.Address... Addresses) Invokes rs.initiate on the container.