Package com.swiftmq.impl.amqp
Interface Handler
-
- All Superinterfaces:
InboundHandler
- All Known Implementing Classes:
AMQPHandler
,AMQPHandler
,SASLHandler
public interface Handler extends InboundHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
collect(long lastCollect)
java.lang.String
getVersion()
-
Methods inherited from interface com.swiftmq.net.client.InboundHandler
dataAvailable
-
-