C# Class Akka.Interfaced.MessageHandlerItem

Show file Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Properties

Property Type Description
AsyncHandler MessageAsyncHandler
GenericHandlerBuilder MessageHandlerItem>.Func
Handler MessageHandler
IsGeneric bool
IsReentrant bool

Property Details

AsyncHandler public property

public MessageAsyncHandler AsyncHandler
return MessageAsyncHandler

GenericHandlerBuilder public property

public Func GenericHandlerBuilder
return MessageHandlerItem>.Func

Handler public property

public MessageHandler Handler
return MessageHandler

IsGeneric public property

public bool IsGeneric
return bool

IsReentrant public property

public bool IsReentrant
return bool