public class ProcessImpl<EventType1, EventType2> {
...
}
Because ProcessImpl doesn't extend Process. Your ProcessImpl is not derived from ResourceProcess, which is what you're declaring that parameter should be.
|
2 | Correction | ||
Because ProcessImpl doesn't extend Process. Your ProcessImpl is not derived from ResourceProcess, which is what you're declaring that parameter should be. |
||||
|
1 |
|
||
Because ProcessImpl doesn't extend Process. Your ProcessImpl is not derived from Resource, which is what you're declaring that parameter should be. |
||||