Interface ThreadInfoMapper<T>
- Type Parameters:
T
- The type to be mapped into
- All Known Implementing Classes:
DefaultThreadInfoMapper
Responsible for converting the standard Java ThreadInfo class
into another object for serialization.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
Method Summary
Modifier and TypeMethodDescriptionmapThreadInfo
(Publisher<ThreadInfo> threads) Converts the givenThreadInfo
objects into any other object to be used for serialization.
-
Method Details
-
mapThreadInfo
Converts the givenThreadInfo
objects into any other object to be used for serialization.- Parameters:
threads
- The thread publisher- Returns:
- A publisher of objects to be serialized.
-