pekko/akka-docs/rst/java/code/jdocs/dispatcher/MyUnboundedMessageQueueSemantics.java
2017-03-16 09:30:00 +01:00

11 lines
285 B
Java

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