Class DefaultRequestMappingScanEventManager
java.lang.Object
cn.herodotus.engine.oauth2.resource.autoconfigure.scan.DefaultRequestMappingScanEventManager
- All Implemented Interfaces:
cn.herodotus.engine.message.core.definition.strategy.ApplicationStrategyEventManager<List<cn.herodotus.engine.message.core.logic.domain.RequestMapping>>,cn.herodotus.engine.message.core.definition.strategy.StrategyEventManager<List<cn.herodotus.engine.message.core.logic.domain.RequestMapping>>,cn.herodotus.engine.message.core.logic.strategy.RequestMappingScanEventManager
@Component
public class DefaultRequestMappingScanEventManager
extends Object
implements cn.herodotus.engine.message.core.logic.strategy.RequestMappingScanEventManager
Description: 自定义 RequestMappingScanManager
- Author:
- : gengwei.zheng
- Date:
- : 2022/1/17 0:08
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultRequestMappingScanEventManager(SecurityMetadataSourceAnalyzer securityMetadataSourceAnalyzer) -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>voidpostLocalProcess(List<cn.herodotus.engine.message.core.logic.domain.RequestMapping> data) voidpostLocalStorage(List<cn.herodotus.engine.message.core.logic.domain.RequestMapping> requestMappings) voidpostRemoteProcess(String data, String originService, String destinationService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.message.core.logic.strategy.RequestMappingScanEventManager
isPerformScan, postProcessMethods inherited from interface cn.herodotus.engine.message.core.definition.strategy.StrategyEventManager
isLocal, postProcess, postProcess, publishEvent
-
Constructor Details
-
DefaultRequestMappingScanEventManager
public DefaultRequestMappingScanEventManager(SecurityMetadataSourceAnalyzer securityMetadataSourceAnalyzer)
-
-
Method Details
-
getScanAnnotationClass
- Specified by:
getScanAnnotationClassin interfacecn.herodotus.engine.message.core.logic.strategy.RequestMappingScanEventManager
-
getDestinationServiceName
- Specified by:
getDestinationServiceNamein interfacecn.herodotus.engine.message.core.definition.strategy.ApplicationStrategyEventManager<List<cn.herodotus.engine.message.core.logic.domain.RequestMapping>>
-
postLocalStorage
public void postLocalStorage(List<cn.herodotus.engine.message.core.logic.domain.RequestMapping> requestMappings) - Specified by:
postLocalStoragein interfacecn.herodotus.engine.message.core.logic.strategy.RequestMappingScanEventManager
-
postLocalProcess
public void postLocalProcess(List<cn.herodotus.engine.message.core.logic.domain.RequestMapping> data) - Specified by:
postLocalProcessin interfacecn.herodotus.engine.message.core.definition.strategy.StrategyEventManager<List<cn.herodotus.engine.message.core.logic.domain.RequestMapping>>
-
postRemoteProcess
- Specified by:
postRemoteProcessin interfacecn.herodotus.engine.message.core.definition.strategy.StrategyEventManager<List<cn.herodotus.engine.message.core.logic.domain.RequestMapping>>
-