Table of Contents

Namespace Silverback.Messaging.Subscribers.ReturnValueHandlers

Classes

AsyncEnumerableMessagesReturnValueHandler

Handles the returned IAsyncEnumerable<T> republishing all the messages.

EnumerableMessagesReturnValueHandler

Handles the returned IEnumerable<T> republishing all the messages.

ObservableMessagesReturnValueHandler

Handles the returned IObservable<T> republishing all the messages.

SingleMessageReturnValueHandler

Handles the returned message republishing it.

Interfaces

IReturnValueHandler

These types are used to handle the subscribed methods return values (e.g. to republish the returned messages).