Adapter initialization: Nuvama
The following code initializes NuvamaMessageAdapter and adds it to Connector.
var messageAdapter = new NuvamaMessageAdapter(Connector.TransactionIdGenerator)
{
Key = "<key>".ToSecureString(),
Secret = "<secret>".ToSecureString(),
RequestId = "<id>".ToSecureString(),
AppIdKey = "<key>".ToSecureString(),
PublicIpAddress = "<id>",
};
Connector.Adapter.InnerAdapters.Add(messageAdapter);
Set the credentials and any other required properties described on the Connector configuration page.