Table of Contents

Constructor NatsSvcMsg

Namespace
NATS.Client.Services
Assembly
NATS.Client.Services.dll

NatsSvcMsg(NatsMsg<T>, NatsSvcEndpointBase?, Exception?)

Creates a new instance of NatsSvcMsg<T>.

public NatsSvcMsg(NatsMsg<T> msg, NatsSvcEndpointBase? endPoint, Exception? exception)

Parameters

msg NatsMsg<T>

NATS message.

endPoint NatsSvcEndpointBase

Service endpoint.

exception Exception

Optional exception if there were any errors.