-
public final class JsonRpcHistoryRecord
-
-
Constructor Summary
Constructors Constructor Description JsonRpcHistoryRecord(Long id, String topic, String method, String body, String response, TransportType transportType)
-
Method Summary
Modifier and Type Method Description final LonggetId()final StringgetTopic()final StringgetMethod()final StringgetBody()final StringgetResponse()final TransportTypegetTransportType()-
-
Method Detail
-
getResponse
final String getResponse()
-
getTransportType
final TransportType getTransportType()
-
-
-
-