Constant Field Values

Contents

io.microsphere.*

  • io.microsphere.spring.cloud.client.service.registry.aspect.EventPublishingRegistrationAspect 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEREGISTER_POINTCUT_EXPRESSION "execution(* org.springframework.cloud.client.serviceregistry.ServiceRegistry.deregister(*)) && target(registry) && args(registration)"
    public static final java.lang.String REGISTER_POINTCUT_EXPRESSION "execution(* org.springframework.cloud.client.serviceregistry.ServiceRegistry.register(*)) && target(registry) && args(registration)"