From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Net::WAMP::Session

SYNOPSIS

my $session = Net::WAMP::Session->new(
#required
on_send => sub { ... },
#optional; default is 'json'
serialization => 'msgpack',
);

DISCUSSION

The only thing externally documented about these objects is that they exist and how to instantiate them. A future refactor might obscure this functionality entirely—e.g., if the Router functionality of Net::WAMP becomes widely used.

Please do not use any of the methods on these objects directly, as this interface is not at all meant to be stable.