Package io.vertx.up.atom.agent
Class Event
java.lang.Object
io.vertx.up.atom.agent.Event
- All Implemented Interfaces:
Serializable
Scanned Uri Event ( Metadata ) for each Endpoint.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSet<jakarta.ws.rs.core.MediaType>io.vertx.core.http.HttpMethodintgetOrder()getPath()Set<jakarta.ws.rs.core.MediaType>getProxy()inthashCode()voidvoidsetConsumes(Set<jakarta.ws.rs.core.MediaType> consumes) voidsetMethod(io.vertx.core.http.HttpMethod method) voidsetOrder(int order) voidvoidsetProduces(Set<jakarta.ws.rs.core.MediaType> produces) voidtoString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getPath
-
setPath
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) -
getConsumes
-
setConsumes
-
getProduces
-
setProduces
-
getMethod
public io.vertx.core.http.HttpMethod getMethod() -
setMethod
public void setMethod(io.vertx.core.http.HttpMethod method) -
getAction
-
setAction
-
getProxy
-
setProxy
-
equals
-
hashCode
public int hashCode() -
toString
-