Table of Contents

Interface IStateMachineActivityFactory

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface IStateMachineActivityFactory

Methods

GetService<T>(PipeContext)

Returns the service, if available, otherwise returns null

T GetService<T>(PipeContext context) where T : class

Parameters

context PipeContext

Returns

T

Type Parameters

T