Annotation Type RPCConversationMethodBinding

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      RPCConversationFlag[] flags
      Indicate types of conversation flags that are permitted for handling by annotated method.
      java.lang.String name
      Indicate formal name of RPC that is handled by annotated method.
    • Element Detail

      • name

        java.lang.String name
        Indicate formal name of RPC that is handled by annotated method.

        It is permitted to annotate more than one method of one class with the same formal name. However their flags() MUST NOT overlap, so that they are distinguishable overloads.

        Returns:
        formal name
      • flags

        RPCConversationFlag[] flags
        Indicate types of conversation flags that are permitted for handling by annotated method.
        Returns:
        conversation flags