public class DubboServiceRegistrationEventPublishingAspect extends Object implements org.springframework.context.ApplicationEventPublisherAware
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
REGISTER_POINTCUT_EXPRESSION
The pointcut expression for
ServiceRegistry.register(Registration). |
| 构造器和说明 |
|---|
DubboServiceRegistrationEventPublishingAspect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterRegister(org.springframework.cloud.client.serviceregistry.Registration registration) |
void |
beforeRegister(org.springframework.cloud.client.serviceregistry.Registration registration) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
public DubboServiceRegistrationEventPublishingAspect()
public void beforeRegister(org.springframework.cloud.client.serviceregistry.Registration registration)
public void afterRegister(org.springframework.cloud.client.serviceregistry.Registration registration)
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher 在接口中 org.springframework.context.ApplicationEventPublisherAwareCopyright © 2020 Pivotal Software, Inc.. All rights reserved.