| Modifier and Type | Method and Description |
|---|---|
static ProtocolHandler.Protocol |
AsyncApiUtils.getServerProtocol(amf.apicontract.client.platform.model.domain.api.AsyncApi asyncApi,
String server) |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolHandler.Protocol |
ProtocolHandler.protocolByName(String protocol) |
static ProtocolHandler.Protocol |
ProtocolHandler.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolHandler.Protocol[] |
ProtocolHandler.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtocolHandler.applyChannelBindings(AsyncConfig config,
String channelName,
ProtocolHandler.Protocol protocol) |
ProtocolHandler<?,?> |
ProtocolHandlerFactory.buildProtocolHandler(ProtocolHandler.Protocol protocol) |
static Class<?> |
ProtocolHandler.channelBindingByProtocol(ProtocolHandler.Protocol protocol) |
static Class<?> |
ProtocolHandler.messageAttributesByProtocol(ProtocolHandler.Protocol protocol) |
static Class<?> |
ProtocolHandler.messageBindingByProtocol(ProtocolHandler.Protocol protocol) |
static Class<?> |
ProtocolHandler.operatorBindingByProtocol(ProtocolHandler.Protocol protocol) |
static Class<?> |
ProtocolHandler.serverBindingByProtocol(ProtocolHandler.Protocol protocol)
This method (and similar ones) are necessary because, AMF library does not provide a way to get the protocol name for a
binding.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AsyncChannelBinding> |
BindingsHandler.getChannelAsyncBinding(String channel,
ProtocolHandler.Protocol protocol) |
Optional<AsyncOperationBinding> |
BindingsHandler.getPublishAsyncOperationBinding(String channel,
ProtocolHandler.Protocol protocol) |
Optional<AsyncServerBinding> |
BindingsHandler.getServerBinding(String server,
ProtocolHandler.Protocol protocol) |
Optional<AsyncOperationBinding> |
BindingsHandler.getSubscribeAsyncOperationBinding(String channel,
ProtocolHandler.Protocol protocol) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.