Uses of Class
org.teamapps.cluster.dto.ServiceSchema
| Package | Description |
|---|---|
| org.teamapps.cluster.dto |
-
Uses of ServiceSchema in org.teamapps.cluster.dto
Methods in org.teamapps.cluster.dto that return ServiceSchema Modifier and Type Method Description ServiceSchemaServiceSchema. addMethod(java.lang.String methodName, MessageField inputMessage, MessageField outputMessage)ServiceSchemaServiceSchema. addMethod(ServiceMethod method)ServiceSchemaMessageSchema. addService(java.lang.String serviceName)ServiceSchemaMessageSchema. addService(ServiceSchema serviceSchema)Methods in org.teamapps.cluster.dto that return types with arguments of type ServiceSchema Modifier and Type Method Description java.util.List<ServiceSchema>MessageSchema. getServiceSchemas()Methods in org.teamapps.cluster.dto with parameters of type ServiceSchema Modifier and Type Method Description ServiceSchemaMessageSchema. addService(ServiceSchema serviceSchema)