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

Pulsar::WebSocket::Client - Perl client for Apache Pulsar WebSocket API

VERSION

Version 0.01

SYNOPSIS

I will provide the real code in recent days.

    use Pulsar::WebSocket::Client;

    my $foo = Pulsar::WebSocket::Client->new();
    ...

EXPORT

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

SUBROUTINES/METHODS

function1

function2

AUTHOR

Wesley Peng, <wesley at cpan.org>

BUGS

Please report any bugs or feature requests to bug-pulsar-websocket-client at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Pulsar-WebSocket-Client. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Pulsar::WebSocket::Client

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2021 by Wesley Peng.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)