Interface ConfirmMethodVisitor

  • All Known Implementing Classes:
    ConfirmMethodVisitorAdapter

    public interface ConfirmMethodVisitor
    The Confirm method visitor.
    Version:
    AMQP Version 091. Generation Date: Thu Apr 12 12:18:24 CEST 2012
    Author:
    IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
    • Method Detail

      • visit

        void visit​(Select impl)
        Visitor method for a Select type object.
        Parameters:
        impl - a Select type object
      • visit

        void visit​(SelectOk impl)
        Visitor method for a SelectOk type object.
        Parameters:
        impl - a SelectOk type object