Table of Contents

Interface IRuntimeDataContainerRegistry<TNetworkManager, TConnection, TDataContainer>

Namespace
FishMMO.Server.Core
Assembly
FishMMO.Server.dll

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

TNetworkManager

The network manager type.

TConnection

The connection type.

TDataContainer

The base type of data container to be managed.

Inherited Members