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

NAME

Clustericious::Client::Meta::Route - metadata about a route

DESCRIPTION

Keep track of metadata about a particular route. This includes documentation and attributes.

SYNOPSIS

    my $meta = Clustericious::Client::Meta::Route->new(
            client_class => 'Yars::Client',
            route_name => 'bucket_map,
        );
    $meta->get('auto_failover');

SEE ALSO

Clustericious::Client::Meta

set

Set a route attribute.

  $meta->set(auto_failover => 1);

get

Get a route attribute.

 $meta->get('auto_failover');

doc

Get documentation for this route.

set_doc

Set the documentation for a route.

client_class

The class of the client associated with this object.

route_name

The name of the route to which this object refers.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 72:

=over without closing =back