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

com.alibaba.spring.boot.rsocket.broker.route.ServiceMeshInspector Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
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