| Package | Description |
|---|---|
| org.mule.extension.async.apikit.internal.protocols.bindings | |
| org.mule.extension.async.apikit.internal.validation |
| Modifier and Type | Method and Description |
|---|---|
static AsyncOperationBinding |
AsyncOperationBinding.fromOperationBinding(amf.apicontract.client.platform.model.domain.bindings.OperationBinding b,
AsyncOperation operation) |
void |
BindingsHandler.registerMessageBindings(amf.apicontract.client.platform.model.domain.EndPoint endPoint,
AsyncOperation operation,
Map<String,AsyncMessageBinding> bindingsMap) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncOperation |
AsyncOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncOperation[] |
AsyncOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<amf.core.client.platform.validation.payload.AMFShapePayloadValidator> |
SchemaRegistry.getValidators(amf.apicontract.client.platform.model.domain.api.AsyncApi api,
String channel,
AsyncOperation operation,
String payloadMediaType,
amf.apicontract.client.platform.AMFElementClient elementClient)
check if any of the supported mediatypes are present in validators if atleast one is present, the message is already is
registered.
|
| Constructor and Description |
|---|
ValidationKey(String channelName,
AsyncOperation operation,
String mediaType) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.