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

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

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

/**
 * RPC response handler called after response received.
 * Can be used to transfer response custom values  (security principal, profile, tracing id, e.t.c.) to current context
 */
public interface RpcResponseHandler {
    void onResponse(R response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy