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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(Select impl)
Visitor method for a Select type object.void
visit(SelectOk impl)
Visitor method for a SelectOk type object.
-