Table of Contents

Interface IEventSubscriber

Namespace
Virtufin.Core.Messaging
Assembly
Virtufin.Core.dll

Subscribes to a topic and surfaces incoming events as an observable stream of envelope/payload pairs.

public interface IEventSubscriber

Methods

Subscribe(Topic)

Subscribe to topic.

IObservable<EventDelivery> Subscribe(Topic topic)

Parameters

topic Topic

Topic to subscribe to.

Returns

IObservable<EventDelivery>

Observable stream of envelope/payload pairs.