Hi, have you seen the Java documentation page for Mailbox: http://doc.akka.io/docs/akka/2.3.2/java/mailboxes.html
It has some examples how to create your own mailbox. On Tue, Apr 29, 2014 at 5:15 AM, Lhfcws <[email protected]> wrote: > Hi, all. > I'm using akka with Java. > I'm trying to extends a simple default UnboundedMailbox to print some > logs. However, I found that some Mailbox classes like UnboundedMailbox seem > to be abstract. And when I referred to Akka 2.3.2 Java APIDOC, everything > in the doc seemed to tell me that UnboundedMailbox is a normal class that I > could directly extends. > Does anyone have experience in implementing an unbounded mailbox or > extending UnboundedMailbox Class ? > > Best wishes. > From Lhfcws > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Martynas Mickevičius Typesafe <http://typesafe.com/> – Reactive<http://www.reactivemanifesto.org/>Apps on the JVM -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
