public abstract class AsyncChannelBinding extends Object implements Binding
| Constructor and Description |
|---|
AsyncChannelBinding() |
| Modifier and Type | Method and Description |
|---|---|
static AsyncChannelBinding |
fromChannelBinding(amf.apicontract.client.platform.model.domain.bindings.ChannelBinding b) |
abstract Optional<String> |
getBindingChannelName()
Use this method to fetch the runtime channel (channel substitute specified in channel binding) associated with a specChannel
(channel in specification).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyBindingspublic abstract Optional<String> getBindingChannelName()
Optional.empty().
If a runtime channel is present in channel binding, return Optional.of(runtimeChannel)public static AsyncChannelBinding fromChannelBinding(amf.apicontract.client.platform.model.domain.bindings.ChannelBinding b)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.