C# Class Machine.Mta.InspectBusTypes

Inheritance: IInspectBusTypes
Show file Open project: machine/machine.mta

Public Properties

Property Type Description
Instance IInspectBusTypes

Public Methods

Method Description
IsConsumer ( Type type ) : bool
IsSagaConsumer ( Type type ) : bool

Method Details

IsConsumer() public method

public IsConsumer ( Type type ) : bool
type System.Type
return bool

IsSagaConsumer() public method

public IsSagaConsumer ( Type type ) : bool
type System.Type
return bool

Property Details

Instance public static property

public static IInspectBusTypes Instance
return IInspectBusTypes