Interface IRuntimeDataContainerRegistry<TNetworkManager, TConnection, TDataContainer>
Engine-agnostic interface for the runtime data container registry. Defines the contract for registering, retrieving, and managing runtime data containers. Extends IServerComponentRegistry for unified component management.
public interface IRuntimeDataContainerRegistry<TNetworkManager, TConnection, TDataContainer> : IServerComponentRegistry<TNetworkManager, TConnection, TDataContainer> where TDataContainer : IRuntimeDataContainer
Type Parameters
TNetworkManagerThe network manager type.
TConnectionThe connection type.
TDataContainerThe base type of data container to be managed.
- Inherited Members