table of contents
MR::IProto::Response(3pm) | User Contributed Perl Documentation | MR::IProto::Response(3pm) |
NAME¶
MR::IProto::Response - response message
DESCRIPTION¶
Base class for all response messages.
PUBLIC ATTRIBUTES¶
- request
- Instance of MR::IProto::Request.
PUBLIC METHODS¶
- retry
- Is request retry must be done.
PROTECTED METHODS¶
- BUILDARGS( %args | \%args | $data )
- If $data is passed as argument then it unpacked
and object is created based on information contained in it.
See "BUILDARGS" in Mouse::Manual::Construction for more information.
- _parse_data( $data )
- You must implement this method in you subclass to unpack your object. Returns hashref of attributes which will be passed to constructor.
2020-07-21 | perl v5.30.3 |