Uses of Class
org.teamapps.cluster.model.cluster.ServiceClusterResponse
| Package | Description |
|---|---|
| org.teamapps.cluster.model.cluster |
-
Uses of ServiceClusterResponse in org.teamapps.cluster.model.cluster
Fields in org.teamapps.cluster.model.cluster with type parameters of type ServiceClusterResponse Modifier and Type Field Description static java.util.function.Function<byte[],ServiceClusterResponse>ServiceClusterResponse. DECODER_FUNCTIONMethods in org.teamapps.cluster.model.cluster that return ServiceClusterResponse Modifier and Type Method Description ServiceClusterResponseServiceClusterResponse. setError(boolean value)ServiceClusterResponseServiceClusterResponse. setErrorMessage(java.lang.String value)ServiceClusterResponseServiceClusterResponse. setRequestId(long value)ServiceClusterResponseServiceClusterResponse. setResponseData(byte[] value)Methods in org.teamapps.cluster.model.cluster that return types with arguments of type ServiceClusterResponse Modifier and Type Method Description static org.teamapps.protocol.message.MessageDecoder<ServiceClusterResponse>ServiceClusterResponse. getMessageDecoder()