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

colesico.framework.rpc.clientapi.RpcRequestHandler Maven / Gradle / Ivy

The newest version!
package colesico.framework.rpc.clientapi;

/**
 * RPC request handler called before request been sent.
 * Can be used to enrich request with custom values  (security principal, profile, tracing id, e.t.c.)
 */
public interface RpcRequestHandler {
    void onRequest(Q request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy