Hi, i just wanted to refactor some "older" geo processors and got following messages about the 3 class structure:
```
Processor:
'org.apache.streampipes.wrapper.runtime.EventProcessor' is deprecated and
marked for removal
Controller:
public class XXXXX extends StandaloneEventProcessingDeclarer<XXXXX> {
Parameter:
'org.apache.streampipes.wrapper.params.binding.EventProcessorBindingParams' is
deprecated and marked for removal.
```
Is there a new way how to code processors?
Greetings
Florian
