Package akka.remote.artery
Class InboundEnvelope$
- java.lang.Object
 - 
- akka.remote.artery.InboundEnvelope$
 
 
- 
public class InboundEnvelope$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static InboundEnvelope$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description InboundEnvelope$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundEnvelopeapply(<any> recipient, java.lang.Object message, <any> sender, long originUid, <any> association)Only used in tests 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final InboundEnvelope$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public InboundEnvelope apply(<any> recipient, java.lang.Object message, <any> sender, long originUid, <any> association)
Only used in tests 
 - 
 
 -