Ł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)