Table of Contents

Method GetInboxHandlers

Namespace
Ratatoskr.Core
Assembly
Ratatoskr.dll

GetInboxHandlers(string)

Returns inbox handler registrations for a specific channel.

public IReadOnlyList<ChannelHandlerRegistration> GetInboxHandlers(string channelName)

Parameters

channelName string

Returns

IReadOnlyList<ChannelHandlerRegistration>

GetInboxHandlers(string, Type)

Returns inbox handler registrations for a specific channel and message type.

public IReadOnlyList<ChannelHandlerRegistration> GetInboxHandlers(string channelName, Type messageType)

Parameters

channelName string
messageType Type

Returns

IReadOnlyList<ChannelHandlerRegistration>