Uses of Class
org.teamapps.protocol.message.Message
| Package | Description |
|---|---|
| org.teamapps.protocol.message | |
| org.teamapps.protocol.service |
-
Uses of Message in org.teamapps.protocol.message
Classes in org.teamapps.protocol.message with type parameters of type Message Modifier and Type Interface Description interfaceMessageDecoder<MESSAGE extends Message>Fields in org.teamapps.protocol.message with type parameters of type Message Modifier and Type Field Description static java.util.function.Function<Message,byte[]>Message. ENCODERMethods in org.teamapps.protocol.message with type parameters of type Message Modifier and Type Method Description protected <TYPE extends Message>
java.util.List<TYPE>Message. getMessageList()<TYPE extends Message>
java.util.List<TYPE>Message. getMessageList(java.lang.String name)protected <TYPE extends Message>
TYPEMessage. getMessageObject()<TYPE extends Message>
TYPEMessage. getMessageObject(java.lang.String name)Methods in org.teamapps.protocol.message that return Message Modifier and Type Method Description MessageMessage. getMessageByFieldId(int id)MessageMessage. getMessageByFieldName(java.lang.String name)protected MessageMessage. getMessageValue()Methods in org.teamapps.protocol.message that return types with arguments of type Message Modifier and Type Method Description MessageDecoder<? extends Message>MessageDecoderRegistry. getMessageDecoder(int id)protected java.util.List<Message>Message. getMessageObjectValue()java.util.List<Message>Message. getMessageObjectValue(int fieldId)java.util.List<Message>Message. getMessageObjectValue(java.lang.String name)Methods in org.teamapps.protocol.message with parameters of type Message Modifier and Type Method Description protected voidMessage. addMessage(Message message)voidMessage. addMultiReference(java.lang.String name, Message value)voidMessage. setSingleReference(java.lang.String name, Message value) -
Uses of Message in org.teamapps.protocol.service
Methods in org.teamapps.protocol.service with type parameters of type Message Modifier and Type Method Description protected <REQUEST extends Message, RESPONSE extends Message>
reactor.core.publisher.Mono<RESPONSE>AbstractClusterServiceClient. createClusterTask(java.lang.String method, REQUEST request, MessageDecoder<RESPONSE> responseDecoder)protected <REQUEST extends Message, RESPONSE extends Message>
reactor.core.publisher.Mono<RESPONSE>AbstractClusterServiceClient. createClusterTask(java.lang.String method, REQUEST request, MessageDecoder<RESPONSE> responseDecoder)<REQUEST extends Message, RESPONSE extends Message>
reactor.core.publisher.Mono<RESPONSE>ServiceRegistry. createServiceTask(java.lang.String serviceName, java.lang.String method, REQUEST request, MessageDecoder<RESPONSE> responseDecoder)<REQUEST extends Message, RESPONSE extends Message>
reactor.core.publisher.Mono<RESPONSE>ServiceRegistry. createServiceTask(java.lang.String serviceName, java.lang.String method, REQUEST request, MessageDecoder<RESPONSE> responseDecoder)