Skip to content

Commit

Permalink
[SCB-2032] make get or create extend operation meta easier
Browse files Browse the repository at this point in the history
  • Loading branch information
wujimin committed Jul 6, 2020
1 parent 1456576 commit 19b805b
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -66,7 +66,6 @@ public OperationMeta init(SchemaMeta schemaMeta, SwaggerOperation swaggerOperati
return this;
}


public void setSwaggerProducerOperation(SwaggerProducerOperation swaggerProducerOperation) {
this.putExtData(Const.PRODUCER_OPERATION, swaggerProducerOperation);
}
Expand Down Expand Up @@ -144,6 +143,10 @@ public <T> T getExtData(String key) {
return vendorExtensions.get(key);
}

public VendorExtensions getVendorExtensions() {
return vendorExtensions;
}

public Executor getExecutor() {
return executor;
}
Expand Down

0 comments on commit 19b805b

Please sign in to comment.