public class SpecificMethodFrameListener extends BlockingMethodFrameListener
Constructor and Description |
---|
SpecificMethodFrameListener(int channelId,
Class expectedClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
processMethod(int channelId,
AMQMethodBody frame)
Delegates any additional handling of the incoming methods to another handler.
|
blockForFrame, methodReceived, process
block, close, error, received
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
error
public SpecificMethodFrameListener(int channelId, Class expectedClass)
public boolean processMethod(int channelId, AMQMethodBody frame)
BlockingMethodFrameListener
processMethod
in class BlockingMethodFrameListener
channelId
- The channel id of the incoming method.frame
- The method body.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.