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

com.github.ibole.microservice.rpc.server.RpcServerInterceptor Maven / Gradle / Ivy

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