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

11 lines
285 B
Java

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