2013-10-14 13:12:17 +02:00
|
|
|
/**
|
2018-01-04 17:26:29 +00:00
|
|
|
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
|
2013-10-14 13:12:17 +02:00
|
|
|
*/
|
|
|
|
|
|
2017-03-16 09:30:00 +01:00
|
|
|
package jdocs.dispatcher;
|
2013-10-14 13:12:17 +02:00
|
|
|
|
2017-07-06 20:34:33 +09:00
|
|
|
//#mailbox-marker-interface
|
2013-10-14 13:12:17 +02:00
|
|
|
// Marker interface used for mailbox requirements mapping
|
2017-03-16 09:30:00 +01:00
|
|
|
public interface MyUnboundedMessageQueueSemantics {
|
2013-10-14 13:12:17 +02:00
|
|
|
}
|
2017-07-06 20:34:33 +09:00
|
|
|
//#mailbox-marker-interface
|