C# Class Drey.Configuration.EventBus.Handler

Mostra file Open project: dealproc/Drey

Public Methods

Method Description
Handle ( Type messageType, object message, object token ) : bool
Handler ( object handler, object token ) : System
Handles ( Type messageType ) : bool
Matches ( object instance ) : bool

Method Details

Handle() public method

public Handle ( Type messageType, object message, object token ) : bool
messageType System.Type
message object
token object
return bool

Handler() public method

public Handler ( object handler, object token ) : System
handler object
token object
return System

Handles() public method

public Handles ( Type messageType ) : bool
messageType System.Type
return bool

Matches() public method

public Matches ( object instance ) : bool
instance object
return bool