T - The type to be mapped into@DefaultImplementation(value=DefaultThreadInfoMapper.class) public interface ThreadInfoMapper<T>
| Modifier and Type | Method and Description | 
|---|---|
org.reactivestreams.Publisher<T> | 
mapThreadInfo(org.reactivestreams.Publisher<java.lang.management.ThreadInfo> threads)
Converts the given  
ThreadInfo objects into any other
 object to be used for serialization. | 
org.reactivestreams.Publisher<T> mapThreadInfo(org.reactivestreams.Publisher<java.lang.management.ThreadInfo> threads)
ThreadInfo objects into any other
 object to be used for serialization.threads - The thread publisher