2013-10-14 13:12:17 +02:00
|
|
|
/**
|
2016-02-23 12:58:39 +01:00
|
|
|
* Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
2013-10-14 13:12:17 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
package docs.dispatcher;
|
|
|
|
|
|
|
|
|
|
//#mailbox-implementation-example
|
|
|
|
|
// Marker interface used for mailbox requirements mapping
|
|
|
|
|
public interface MyUnboundedJMessageQueueSemantics {
|
|
|
|
|
}
|
|
|
|
|
//#mailbox-implementation-example
|