You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using JT808.DotNetty.Core.Handlers;
- using System;
- using System.Collections.Generic;
- using System.Text;
-
- namespace JT808.DotNetty.Core.Interfaces
- {
- public interface IJT808WebApiNettyBuilder
- {
- IJT808NettyBuilder Instance { get; }
- IJT808NettyBuilder Builder();
- IJT808WebApiNettyBuilder ReplaceMsgIdHandler<T>() where T : JT808MsgIdHttpHandlerBase;
- }
- }
|