IPipelineDelegateFactory Interface

Definition

Factory interface for obtaining a composable IMessageDelegate from the registered pipeline of IMessageMiddleware and a terminal IMessageDelegate types which can act on the messages from IMessageConsumer.

public interface class IPipelineDelegateFactory
public interface IPipelineDelegateFactory
type IPipelineDelegateFactory = interface
Public Interface IPipelineDelegateFactory

Methods

Create(String)

Creates the IMessageDelegate given IServiceProvider.

Applies to