Uses of Class
xyz.cofe.trambda.tcp.Execute
-
-
Uses of Execute in xyz.cofe.trambda.tcp
Methods in xyz.cofe.trambda.tcp that return types with arguments of type Execute Modifier and Type Method Description ResultConsumer<Execute,ExecuteResult>TcpClient. execute(CompileResult cres)Выполнение ранее скомпилированной лямбды (TcpClient.compile(LambdaDump))ResultConsumer<Execute,ExecuteResult>TcpProtocol. execute(CompileResult cres)Выполнение ранее скомпилированной лямбдыMethods in xyz.cofe.trambda.tcp with parameters of type Execute Modifier and Type Method Description protected voidTcpSession. process(Execute exec, TcpHeader header)Method parameters in xyz.cofe.trambda.tcp with type arguments of type Execute Modifier and Type Method Description static AutoCloseableExecute. listen(TrEventPublisher evPublisher, Consumer<Execute> listener)Подписка на события Compile
-