The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.