ObjectAdapterPtr Ice::Communicator::createObjectAdapterWithEndpoints | ( | std::string | name, |
std::string_view | endpoints, | ||
std::optional< SSL::ServerAuthenticationOptions > | serverAuthenticationOptions = std::nullopt ) |
Creates a new object adapter with endpoints.
This function sets the property name.Endpoints, and then calls createObjectAdapter. It is provided as a convenience function. Calling this function with an empty name will result in a UUID being generated for the name.
name | The object adapter name. |
endpoints | The endpoints of the object adapter. |
serverAuthenticationOptions | The SSL options for server connections. |