Package io.vertx.up.atom.worker
Class Receipt
- java.lang.Object
-
- io.vertx.up.atom.worker.Receipt
-
- All Implemented Interfaces:
Serializable
public class Receipt extends Object implements Serializable
Scanned address ( Metadata ) for Queue.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Receipt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAddress()MethodgetMethod()ObjectgetProxy()inthashCode()voidsetAddress(String address)voidsetMethod(Method method)voidsetProxy(Object proxy)StringtoString()
-