Interface AsyncApi26ServerBindings
-
- All Superinterfaces:
AsyncApi26Extensible,AsyncApi26Referenceable,AsyncApiExtensible,AsyncApiReferenceable,AsyncApiServerBindings,Extensible,Node,Referenceable,Visitable
- All Known Implementing Classes:
AsyncApi26ServerBindingsImpl
public interface AsyncApi26ServerBindings extends AsyncApiServerBindings, AsyncApi26Extensible, AsyncApi26Referenceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()AsyncApi26BindingcreateBinding()Stringget$ref()AsyncApi26BindinggetAnypointmq()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()AsyncApi26BindinggetGooglepubsub()AsyncApi26BindinggetIbmmq()AsyncApi26BindinggetMercure()AsyncApi26BindinggetPulsar()AsyncApi26BindinggetSolace()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidset$ref(String value)voidsetAnypointmq(AsyncApi26Binding value)voidsetGooglepubsub(AsyncApi26Binding value)voidsetIbmmq(AsyncApi26Binding value)voidsetMercure(AsyncApi26Binding value)voidsetPulsar(AsyncApi26Binding value)voidsetSolace(AsyncApi26Binding value)-
Methods inherited from interface io.apicurio.datamodels.models.asyncapi.AsyncApiServerBindings
getAmqp, getAmqp1, getHttp, getJms, getKafka, getMqtt, getMqtt5, getNats, getRedis, getSns, getSqs, getStomp, getWs, setAmqp, setAmqp1, setHttp, setJms, setKafka, setMqtt, setMqtt5, setNats, setRedis, setSns, setSqs, setStomp, setWs
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
getAnypointmq
AsyncApi26Binding getAnypointmq()
-
setAnypointmq
void setAnypointmq(AsyncApi26Binding value)
-
createBinding
AsyncApi26Binding createBinding()
- Specified by:
createBindingin interfaceAsyncApiServerBindings
-
getSolace
AsyncApi26Binding getSolace()
-
setSolace
void setSolace(AsyncApi26Binding value)
-
getMercure
AsyncApi26Binding getMercure()
-
setMercure
void setMercure(AsyncApi26Binding value)
-
getIbmmq
AsyncApi26Binding getIbmmq()
-
setIbmmq
void setIbmmq(AsyncApi26Binding value)
-
getGooglepubsub
AsyncApi26Binding getGooglepubsub()
-
setGooglepubsub
void setGooglepubsub(AsyncApi26Binding value)
-
getPulsar
AsyncApi26Binding getPulsar()
-
setPulsar
void setPulsar(AsyncApi26Binding value)
-
get$ref
String get$ref()
- Specified by:
get$refin interfaceReferenceable
-
set$ref
void set$ref(String value)
- Specified by:
set$refin interfaceReferenceable
-
getExtensions
Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible
-
-