Table of Contents

Interface IStreamEventHandler

Namespace
Virtufin.Api.Client
Assembly
Virtufin.Api.Client.dll

Callback interface for receiving stream events.

public interface IStreamEventHandler

Methods

OnError(Exception)

Called when an error occurs in the event stream.

void OnError(Exception ex)

Parameters

ex Exception

The exception that occurred.

OnEvent(TopicEventRequest)

Called when a regular event is received.

void OnEvent(TopicEventRequest e)

Parameters

e TopicEventRequest

The topic event request containing event data.