Example #1
0
 public KafkaHttpRequestMessageConverter(ILogger <KafkaHttpRequestMessageConverter> log, IHttpContextCreator creator, KafkaServerOption options)
 {
     _log     = log;
     _creator = creator;
     _options = options;
 }
Example #2
0
 public NatsConverter(IHttpContextCreator converter, NatsServerOption option)
 {
     _converter = converter;
     _option    = option;
 }