//----------------------------------------------------------------------------------------------------------------------------------------------------- private static IMessageProtocolInterface[] CreateProtocolInterfaces(IInvocationScheduler scheduler) { var channel = scheduler.GetInvocationChannel(null, null); return(new IMessageProtocolInterface[] { new Protocol_HttpRestNWheelsV1(channel) }); }
public TxResourceHandler_of_HelloWorldTx_Hello(IInvocationScheduler scheduler) : base( "tx/HelloWorld/Hello", CreateProtocolInterfaces(scheduler)) { }