Package akka.remote.artery
Class ReusableInboundEnvelope$
- java.lang.Object
 - 
- akka.remote.artery.ReusableInboundEnvelope$
 
 
- 
public class ReusableInboundEnvelope$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ReusableInboundEnvelope$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ReusableInboundEnvelope$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.remote.artery.ObjectPool<akka.remote.artery.ReusableInboundEnvelope>createObjectPool(int capacity) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ReusableInboundEnvelope$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -