pekko/akka-docs/rst/java/code/docs/dispatcher/MyUnboundedJMessageQueueSemantics.java
2017-01-04 17:37:15 +01:00

11 lines
285 B
Java

/**
* Copyright (C) 2009-2017 Lightbend Inc. <http://www.lightbend.com>
*/
package docs.dispatcher;
//#mailbox-implementation-example
// Marker interface used for mailbox requirements mapping
public interface MyUnboundedJMessageQueueSemantics {
}
//#mailbox-implementation-example