Interface AsyncApiServer
-
- All Known Subinterfaces:
AsyncApi20Server,AsyncApi21Server,AsyncApi22Server,AsyncApi23Server,AsyncApi24Server,AsyncApi25Server,AsyncApi26Server,AsyncApi30Server
- All Known Implementing Classes:
AsyncApi20ServerImpl,AsyncApi21ServerImpl,AsyncApi22ServerImpl,AsyncApi23ServerImpl,AsyncApi24ServerImpl,AsyncApi25ServerImpl,AsyncApi26ServerImpl,AsyncApi30ServerImpl
public interface AsyncApiServer extends Server
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncApiServerBindingscreateServerBindings()AsyncApiServerBindingsgetBindings()StringgetProtocol()StringgetProtocolVersion()voidsetBindings(AsyncApiServerBindings value)voidsetProtocol(String value)voidsetProtocolVersion(String value)-
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
-
Methods inherited from interface io.apicurio.datamodels.models.Server
addVariable, clearVariables, createServerVariable, getDescription, getVariables, insertVariable, removeVariable, setDescription
-
-
-
-
Method Detail
-
getProtocolVersion
String getProtocolVersion()
-
setProtocolVersion
void setProtocolVersion(String value)
-
getProtocol
String getProtocol()
-
setProtocol
void setProtocol(String value)
-
getBindings
AsyncApiServerBindings getBindings()
-
setBindings
void setBindings(AsyncApiServerBindings value)
-
createServerBindings
AsyncApiServerBindings createServerBindings()
-
-