Package com.wombat.mama
Class MamaPublisher
- java.lang.Object
-
- com.wombat.mama.MamaPublisher
-
public class MamaPublisher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MamaPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(MamaTransport transport, java.lang.String topic)voidsend(MamaMsg msg)voidsendFromInbox(MamaInbox inbox, MamaMsg msg)voidsendReplyToInbox(MamaMsg request, MamaMsg reply)voidsendReplyToInboxWithThrottle(MamaMsg request, MamaMsg reply)voidsendWithThrottle(MamaMsg msg)voidsendWithThrottle(MamaMsg msg, MamaThrottleCallback callback)
-
-
-
Method Detail
-
create
public void create(MamaTransport transport, java.lang.String topic)
-
send
public void send(MamaMsg msg)
-
sendWithThrottle
public void sendWithThrottle(MamaMsg msg)
-
sendWithThrottle
public void sendWithThrottle(MamaMsg msg, MamaThrottleCallback callback)
-
sendReplyToInboxWithThrottle
public void sendReplyToInboxWithThrottle(MamaMsg request, MamaMsg reply)
-
-