JSORB::Server::Traits::WithInvocant - A JSORB::Server::Simple trait for working with invocants


JSORB documentation  | view source Contained in the JSORB distribution.

Index


NAME

Top

JSORB::Server::Traits::WithInvocant - A JSORB::Server::Simple trait for working with invocants

SYNOPSIS

Top

  JSORB::Server::Simple->new_with_traits(
      traits     => [ 'JSORB::Server::Traits::WithInvocant' ],
      dispatcher => JSORB::Dispatcher::Path->new_with_traits(
          traits    => [ 'JSORB::Dispatcher::Traits::WithInvocant' ],
          namespace => $ns,
      ),
      invocant   => App::Foo->new(bar => 'Bar', baz => 'Baz')
  )->run;

DESCRIPTION

Top

This is mostly for when you use the JSORB::Dispatcher::Traits::WithInvocant trait with your dispatcher to make sure that the invocant is handled correctly.

BUGS

Top

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Top

Stevan Little <stevan.little@iinteractive.com>

COPYRIGHT AND LICENSE

Top


JSORB documentation  | view source Contained in the JSORB distribution.