Annotation Type CallerInformation



  • @Documented
    @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface CallerInformation
    Indicate binding of actual method parameter to the information about caller of RPC.

    Annotation is permitted only for EventWrapper and ConversationHandler.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      CallerInformationType type
      Indicate binding to specific type of information.
    • Element Detail

      • type

        CallerInformationType type
        Indicate binding to specific type of information.
        Returns:
        type of the information