All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.progressoft.brix.domino.api.server.handler.RequestHandler Maven / Gradle / Ivy

The newest version!
package com.progressoft.brix.domino.api.server.handler;

import com.progressoft.brix.domino.api.server.context.ExecutionContext;
import com.progressoft.brix.domino.api.shared.request.RequestBean;
import com.progressoft.brix.domino.api.shared.request.ResponseBean;

@FunctionalInterface
public interface RequestHandler {
    void handleRequest(ExecutionContext executionContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy