Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

IMqttRpcClientTopicGenerationStrategy.cs 209 B

1234567
  1. namespace MQTTnet.Extensions.Rpc.Options.TopicGeneration
  2. {
  3. public interface IMqttRpcClientTopicGenerationStrategy
  4. {
  5. MqttRpcTopicPair CreateRpcTopics(TopicGenerationContext context);
  6. }
  7. }