2013-10-14 13:12:17 +02:00
|
|
|
/**
|
2014-02-02 19:05:45 -06:00
|
|
|
* Copyright (C) 2009-2014 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
|