The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Consul::API::Event - User event API

SYNOPSIS

    use Consul;
    my $event = Consul->event;

DESCRIPTION

The Event API is used to fire new events and to query the available events.

This API is fully documented at https://www.consul.io/docs/agent/http/event.html.

METHODS

fire

list

SEE ALSO

    L<Consul>