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:
  • Constructor Details

    • Receipt

      public Receipt()
  • Method Details

    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getProxy

      public Object getProxy()
    • setProxy

      public void setProxy(Object proxy)
    • getMethod

      public Method getMethod()
    • setMethod

      public void setMethod(Method method)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object