Tomas Bjerre
04/25/2024, 10:23 AMMetadata, but perhaps the whole ServeEvent should be passed?
2. Perhaps RequestListener can have another method like: default void requestReceived(ServeEvent serveEvent) {}
3. Or maby void requestReceived(RequestRecieved received) and add what is needed to the new class RequestReceivedTom
04/25/2024, 10:57 AMRequestListener ought to be deprecated really, as it’s been superseded by ServeEventListener, which does accept a ServeEvent and therefore makes the stub metadata available.Tomas Bjerre
04/25/2024, 10:59 AMTomas Bjerre
04/25/2024, 8:41 PMServeEventListener.afterComplete is being killed before finished executing. Any hint on why that is? And best way of handling it? Perhaps I should start a new thread and let it do my time consuming task.Tom
04/26/2024, 8:30 AMawait() type condition in your test case.