Skip to content

Commit

Permalink
Updated MqttServerConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRitchie committed Dec 12, 2023
1 parent db237b5 commit ff7a914
Showing 1 changed file with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
// Copyright (c) 2023 TrakHound Inc., All Rights Reserved.
// TrakHound Inc. licenses this file to you under the MIT license.

namespace MTConnect.Configurations
{
public interface IMTConnectMqttServerConfiguration
{
/// <summary>
/// Sets the Interval (in milliseconds) to send Current messages at
/// </summary>
int CurrentInterval { get; }

/// <summary>
/// Sets the Interval (in milliseconds) to send Sample messages at
/// </summary>
int SampleInterval { get; }


string ProbeTopic { get; }

string CurrentTopic { get; }

string SampleTopic { get; }

string AssetTopic { get; }
}
}

0 comments on commit ff7a914

Please sign in to comment.