| Modifier | Constructor and Description |
|---|---|
protected |
OperationImpl(String operationId,
HttpMethod method,
String path,
JsonObject operationModel,
JsonObject pathModel,
URI specScope,
OpenAPIHolder holder) |
protected OperationImpl(String operationId, HttpMethod method, String path, JsonObject operationModel, JsonObject pathModel, URI specScope, OpenAPIHolder holder)
public Operation handler(Handler<RoutingContext> handler)
Operationpublic Operation failureHandler(Handler<RoutingContext> handler)
OperationfailureHandler in interface Operationpublic Operation routeToEventBus(String address)
OperationrouteToEventBus in interface Operationpublic Operation routeToEventBus(String address, DeliveryOptions options)
OperationrouteToEventBus in interface Operationpublic String getOperationId()
getOperationId in interface Operationpublic JsonObject getOperationModel()
getOperationModel in interface Operationpublic HttpMethod getHttpMethod()
getHttpMethod in interface Operationpublic String getOpenAPIPath()
getOpenAPIPath in interface Operationprotected JsonPointer getPointer()
protected Map<JsonPointer,JsonObject> getParameters()
protected JsonObject getPathModel()
protected List<Handler<RoutingContext>> getUserHandlers()
protected List<Handler<RoutingContext>> getUserFailureHandlers()
protected boolean isConfigured()
protected boolean hasTag(String tag)
protected void mountRouteToService(String address)
protected void mountRouteToService(String address, DeliveryOptions deliveryOptions)
protected void mountRouteToService(String address, String methodName, DeliveryOptions deliveryOptions)
protected boolean mustMountRouteToService()
protected String getEbServiceAddress()
protected String getEbServiceMethodName()
protected DeliveryOptions getEbServiceDeliveryOptions()
Copyright © 2021. All rights reserved.