Package com.swiftmq.amqp
Interface OutboundHandler
-
public interface OutboundHandler
An outbound handler send "Writables" to a network.- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(Writable writable)
Send a Writable to the network.
-
-
-
Method Detail
-
send
void send(Writable writable)
Send a Writable to the network.- Parameters:
writable
- Writable
-
-