Class Operation

java.lang.Object
io.vertx.mutiny.ext.web.openapi.Operation
All Implemented Interfaces:
MutinyDelegate

public class Operation extends Object implements MutinyDelegate
Interface representing an Operation

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • Operation

      public Operation(io.vertx.ext.web.openapi.Operation delegate)
    • Operation

      public Operation(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.openapi.Operation getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

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

      public Operation handler(Consumer<RoutingContext> handler)
      Parameters:
      handler -
      Returns:
    • failureHandler

      public Operation failureHandler(Consumer<RoutingContext> handler)
      Parameters:
      handler -
      Returns:
    • routeToEventBus

      public Operation routeToEventBus(String address)
      Parameters:
      address -
      Returns:
    • routeToEventBus

      public Operation routeToEventBus(String address, io.vertx.core.eventbus.DeliveryOptions options)
      Parameters:
      address -
      options -
      Returns:
    • getOperationId

      public String getOperationId()
      Returns:
      operationId of this operation
    • getOperationModel

      public io.vertx.core.json.JsonObject getOperationModel()
      Returns:
      model of this operation
    • getHttpMethod

      public io.vertx.core.http.HttpMethod getHttpMethod()
      Returns:
      http method of this operation
    • getOpenAPIPath

      public String getOpenAPIPath()
      Returns:
      path in OpenAPI style
    • newInstance

      public static Operation newInstance(io.vertx.ext.web.openapi.Operation arg)