Class ReceiveBuilder$


  • public class ReceiveBuilder$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ReceiveBuilder$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReceiveBuilder$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> ReceiveBuilder<T> create()
      Create a new mutable receive builder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ReceiveBuilder$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ReceiveBuilder$

        public ReceiveBuilder$()
    • Method Detail

      • create

        public <T> ReceiveBuilder<T> create()
        Create a new mutable receive builder