pekko/akka-docs/rst/java/code/docs/dispatcher/MyUnboundedJMessageQueueSemantics.java

11 lines
283 B
Java

/**
* Copyright (C) 2009-2015 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