=doc #3639 Show complete custom mailbox example.
This commit is contained in:
parent
e8bc604280
commit
4e1100f84d
8 changed files with 237 additions and 78 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue