com.alibaba.spring.boot.rsocket.broker.route.ServiceMeshInspector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alibaba-broker-spring-boot-starter Show documentation
Show all versions of alibaba-broker-spring-boot-starter Show documentation
Alibaba RSocket Broker Spring Boot Starter for extension
package com.alibaba.spring.boot.rsocket.broker.route;
import com.alibaba.spring.boot.rsocket.broker.security.RSocketAppPrincipal;
/**
* Service Mesh inspector
*
* @author leijuan
*/
public interface ServiceMeshInspector {
boolean isRequestAllowed(RSocketAppPrincipal requesterPrincipal, String routing, RSocketAppPrincipal responderPrincipal);
Integer getWhiteRelationCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy