C# Class EzBus.Core.HandlerCache

Show file Open project: Zapote/EzBus Class Usage Examples

Public Methods

Method Description
Add ( Type handlerType ) : void
GetHandlerInfo ( string messageTypeName ) : IEnumerable
HasCustomHandlers ( ) : bool
Prime ( ) : void

Private Methods

Method Description
GetMessageType ( Type handlerType ) : Type

Method Details

Add() public method

public Add ( Type handlerType ) : void
handlerType System.Type
return void

GetHandlerInfo() public method

public GetHandlerInfo ( string messageTypeName ) : IEnumerable
messageTypeName string
return IEnumerable

HasCustomHandlers() public method

public HasCustomHandlers ( ) : bool
return bool

Prime() public method

public Prime ( ) : void
return void