Interface ServiceValueCaptor<T>
-
- All Superinterfaces:
Consumer<T>,ServiceNameProvider
- All Known Implementing Classes:
ServiceValueExecutor
public interface ServiceValueCaptor<T> extends ServiceNameProvider, Consumer<T>
Captures the value of a service.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-