Table of Contents

Interface IDotBoxDGeneratedServiceRegistrationSink

Namespace
DotBoxD.Services.Generated
Assembly
DotBoxD.Services.dll

Receives source-generated service, proxy, and dispatcher registrations without scanning generated types.

public interface IDotBoxDGeneratedServiceRegistrationSink

Methods

AddService<TService, TProxy, TDispatcher>()

Adds one generated proxy and dispatcher pair for a DotBoxD service interface.

void AddService<TService, TProxy, TDispatcher>() where TService : class where TProxy : TService where TDispatcher : IServiceDispatcher

Type Parameters

TService
TProxy
TDispatcher