Module jsonrpsee_core::server::helpers
source · Expand description
Helpers.
Structs
Response to a batch request.
Builder to build a
BatchResponse
.Wrapper over
tokio::sync::Notify
with bounds check.Bounded writer that allows writing at most
max_len
bytes.Represent the response to method call.
Sink that is used to send back the result to the server for a specific method.
A permitted subscription.
Functions
Figure out if this is a sufficiently complete request that we can extract an
Id
out of, or just plain
unparseable garbage.