Builder class for constructing std::shared_ptr<ucxx::Context> objects.
Definition: context_builder.h:42
ContextBuilder(uint64_t featureFlags)
Constructor for ContextBuilder with required feature flags.
ContextBuilder & configMap(ConfigMap configMap)
Set the configuration map for the context.
std::shared_ptr< Context > build() const
Build and return the Context.
std::shared_ptr< Context > createContext(const ConfigMap ucxConfig, const uint64_t featureFlags)
Constructor of shared_ptr<ucxx::Context> with parameters.