Table of Contents

Interface IDaprPublisher

Namespace
Virtufin.WebSocketManager.Services
Assembly
Virtufin.WebSocketManager.dll
public interface IDaprPublisher

Methods

PublishAsync(string, string, string, byte[], string?)

Task PublishAsync(string topic, string websocketId, string websocketUrl, byte[] payload, string? contentType = null)

Parameters

topic string
websocketId string
websocketUrl string
payload byte[]
contentType string

Returns

Task