
com.github.ibole.microservice.rpc.server.RpcServerInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microservice-rpc Show documentation
Show all versions of microservice-rpc Show documentation
The rpc module of microservice project
The newest version!
package com.github.ibole.microservice.rpc.server;
/*********************************************************************************************.
*
*
* Copyright 2016, iBole Inc. All rights reserved.
*
*
*********************************************************************************************/
/**
* Implementers use this mechanism to add cross-cutting behavior to RPC server-side calls. Common
* example of such behavior include:
*
* - Enforcing valid authentication credentials
* - Logging and monitoring call behavior
*
*
* @author bwang ([email protected])
*
*/
public interface RpcServerInterceptor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy