Package org.springframework.cloud.bus
Class PathServiceMatcher
java.lang.Object
org.springframework.cloud.bus.PathServiceMatcher
- All Implemented Interfaces:
ServiceMatcher
- Author:
- Spencer Gibb
-
Constructor Summary
ConstructorsConstructorDescriptionPathServiceMatcher(org.springframework.util.PathMatcher matcher, String id) PathServiceMatcher(org.springframework.util.PathMatcher matcher, String id, String[] configNames) -
Method Summary
Modifier and TypeMethodDescriptiongetBusId()booleanisForSelf(RemoteApplicationEvent event) booleanisFromSelf(RemoteApplicationEvent event)
-
Constructor Details
-
PathServiceMatcher
-
PathServiceMatcher
-
-
Method Details
-
isFromSelf
- Specified by:
isFromSelfin interfaceServiceMatcher
-
isForSelf
- Specified by:
isForSelfin interfaceServiceMatcher
-
getBusId
- Specified by:
getBusIdin interfaceServiceMatcher
-