Package poussecafe.test
Class DummyMessageReceiver
- java.lang.Object
-
- poussecafe.messaging.MessageReceiver<Object>
-
- poussecafe.test.DummyMessageReceiver
-
public class DummyMessageReceiver extends poussecafe.messaging.MessageReceiver<Object>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDummyMessageReceiver(poussecafe.messaging.MessageReceiverConfiguration configuration)
-
Method Summary
Modifier and Type Method Description protected voidactuallyStartReceiving()protected voidactuallyStopReceiving()protected RunnablebuildAcker(Object envelope)protected poussecafe.messaging.Messagedeserialize(Object payload)protected ObjectextractPayload(Object envelope)
-
-
-
Method Detail
-
actuallyStartReceiving
protected void actuallyStartReceiving()
- Specified by:
actuallyStartReceivingin classpoussecafe.messaging.MessageReceiver<Object>
-
actuallyStopReceiving
protected void actuallyStopReceiving()
- Specified by:
actuallyStopReceivingin classpoussecafe.messaging.MessageReceiver<Object>
-
extractPayload
protected Object extractPayload(Object envelope)
- Specified by:
extractPayloadin classpoussecafe.messaging.MessageReceiver<Object>
-
deserialize
protected poussecafe.messaging.Message deserialize(Object payload)
- Specified by:
deserializein classpoussecafe.messaging.MessageReceiver<Object>
-
-