Interface NacosConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function interface for action with
NacosException- Since:
- 3.1.5
- See Also:
-
Method Summary
-
Method Details
-
accept
void accept() throws com.alibaba.nacos.api.exception.NacosExceptionApplies this function to the given argument.- Throws:
com.alibaba.nacos.api.exception.NacosException- if met with any error
-