Package com.threerings.config.dist.data

Class Summary
ConfigEntry Represents an added or updated configuration.
ConfigKey Identifies a configuration.
DConfigBootstrapData Includes the oid of the distributed config object.
DConfigMarshaller Provides the implementation of the DConfigService interface that marshalls the arguments and delivers the request to the provider on the server.
DConfigObject Contains the complete delta between the original set of configs and the current set.
DConfigObject.ClientEntryAddedEvent<T extends DSet.Entry> Extends EntryAddedEvent to include the client oid.
DConfigObject.ClientEntryRemovedEvent<T extends DSet.Entry> Extends EntryRemovedEvent to include the client oid.
DConfigObject.ClientEntryUpdatedEvent<T extends DSet.Entry> Extends EntryUpdatedEvent to include the client oid.