Table of Contents

Namespace Savvyio

Assembly: Savvyio.Core.dll

Classes

HandlerFactory

Provides access to factory methods for creating and configuring generic handlers that supports MEP.

HandlerServicesDescriptor

Provides information, in a developer friendly way, about implementations of the IHandler<TRequest> interface such as name, declared members and what type of request they handle.

MetadataDictionary

Provides a default implementation of the IMetadataDictionary interface. This class cannot be inherited.

MetadataExtensions

Extension methods for the IMetadata interface.

MetadataFactory

Provides access to factory methods for maintaining metadata in models.

Request

Represents the base class from which all implementations of IRequest should derive.

SavvyioOptions

Specifies options that is related to setting up Savvy I/O services.

SavvyioOptionsExtensions

Extension methods for the SavvyioOptions class.

TaskExtensions

Extension methods for the System.Threading.Tasks.Task<TResult> class.

Interfaces

IDataSource

A marker interface that specifies the actual I/O communication with a source of data.

IHandler

A marker interface that specifies a handler.

IHandler<TRequest>

Defines a marker interface for a generic handler.

IIdentity<TKey>

Defines a generic identity typically associated with a storage such as a database.

IMarshaller

Defines methods for serializing and deserializing objects to and from a System.IO.Stream.

IMetadata

Defines a generic way to associate metadata with any type of object.

IMetadataDictionary

Defines a generic way to support metadata capabilities.

IRequest

A marker interface that specifies a request/model/event.