2013-10-14 13:12:17 +02:00
|
|
|
/**
|
2016-01-25 10:16:14 +01:00
|
|
|
* Copyright (C) 2009-2016 Typesafe Inc. <http://www.typesafe.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
|