Annotation Type RPCCommand


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface RPCCommand
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Command commandName  
      boolean custom  
      java.lang.String name  
    • Element Detail

      • name

        java.lang.String name
        Default:
        "null"
      • custom

        boolean custom
        Default:
        true
      • commandName

        Command commandName
        Default:
        jrpc.clightning.commands.Command.NULL