You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by "Łukasz Dywicki (Jira)" <ji...@apache.org> on 2020/11/12 00:18:00 UTC

[jira] [Created] (PLC4X-258) Ditch out lambdas from netty wrapper

Łukasz Dywicki created PLC4X-258:
------------------------------------

             Summary: Ditch out lambdas from netty wrapper
                 Key: PLC4X-258
                 URL: https://issues.apache.org/jira/browse/PLC4X-258
             Project: Apache PLC4X
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.8.0
            Reporter: Łukasz Dywicki
             Fix For: 0.8.0


{{Plc4xNettyWrapper}} uses few lambda statements which are repeatable (ie. noop timeout processor) which can be successfully replaced with static classes as parameters and context of execution is completely static.
This small change will allow us to clarify a bit stack traces and also make log statements generated during handler matching by `only` and `check` calls cleaner.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)