show/hide this revision's text 2 Correction
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.

show/hide this revision's text 1
public class ProcessImpl<EventType1, EventType2> {
...
}

Because ProcessImpl doesn't extend Process. Your ProcessImpl is not derived from Resource, which is what you're declaring that parameter should be.