Class AntidoteResponse.MsgStaticReadObjectsResp

    • Method Detail

      • accept

        public <V> V accept​(AntidoteResponse.Handler<V> handler)
        Description copied from class: AntidoteResponse
        Handle the response using the given response transformer.
        Specified by:
        accept in class AntidoteResponse
        Type Parameters:
        V - the result type of the transformer methods
        Parameters:
        handler - the implementation of the handling methods
        Returns:
        the result of the matching transformer method
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object