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 void
create(MamaTransport transport, java.lang.String topic)
void
send(MamaMsg msg)
void
sendFromInbox(MamaInbox inbox, MamaMsg msg)
void
sendReplyToInbox(MamaMsg request, MamaMsg reply)
void
sendReplyToInboxWithThrottle(MamaMsg request, MamaMsg reply)
void
sendWithThrottle(MamaMsg msg)
void
sendWithThrottle(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)
-
-