NAME

App::BCSSH::Handler - Role for command handlers

SYNOPSIS

    with 'App::BCSSH::Handler';
    sub handle {
        my ($self, $json_send, @args) = @_;
        my $socket = $json_send->(BCSSH_SUCCESS);
    }