=doc #3639 Show complete custom mailbox example.

This commit is contained in:
Björn Antonsson 2013-10-14 13:12:17 +02:00
parent e8bc604280
commit 4e1100f84d
8 changed files with 237 additions and 78 deletions

View file

@ -0,0 +1,11 @@
/**
* Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
*/
package docs.dispatcher;
//#mailbox-implementation-example
// Marker interface used for mailbox requirements mapping
public interface MyUnboundedJMessageQueueSemantics {
}
//#mailbox-implementation-example