public class ServiceMatcher extends Object implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
ServiceMatcher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceId() |
boolean |
isForSelf(RemoteApplicationEvent event) |
boolean |
isFromSelf(RemoteApplicationEvent event) |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setMatcher(org.springframework.util.PathMatcher matcher) |
public void setApplicationContext(org.springframework.context.ApplicationContext context)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setMatcher(org.springframework.util.PathMatcher matcher)
public boolean isFromSelf(RemoteApplicationEvent event)
public boolean isForSelf(RemoteApplicationEvent event)
public String getServiceId()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.