Uses of Class
org.teamapps.cluster.model.cluster.ClusterTopicMessage
| Package | Description |
|---|---|
| org.teamapps.cluster.model.cluster | |
| org.teamapps.cluster.service |
-
Uses of ClusterTopicMessage in org.teamapps.cluster.model.cluster
Fields in org.teamapps.cluster.model.cluster with type parameters of type ClusterTopicMessage Modifier and Type Field Description static java.util.function.Function<byte[],ClusterTopicMessage>ClusterTopicMessage. DECODER_FUNCTIONMethods in org.teamapps.cluster.model.cluster that return ClusterTopicMessage Modifier and Type Method Description ClusterTopicMessageClusterTopicMessage. setData(byte[] value)ClusterTopicMessageClusterTopicMessage. setTopic(java.lang.String value)Methods in org.teamapps.cluster.model.cluster that return types with arguments of type ClusterTopicMessage Modifier and Type Method Description static org.teamapps.protocol.message.MessageDecoder<ClusterTopicMessage>ClusterTopicMessage. getMessageDecoder() -
Uses of ClusterTopicMessage in org.teamapps.cluster.service
Methods in org.teamapps.cluster.service with parameters of type ClusterTopicMessage Modifier and Type Method Description voidClusterTopic. handleMessage(ClusterTopicMessage message)Method parameters in org.teamapps.cluster.service with type arguments of type ClusterTopicMessage Modifier and Type Method Description ClusterTopicTeamAppsCluster. createTopic(java.lang.String topicName, java.util.function.Consumer<ClusterTopicMessage> messageConsumer)voidClusterTopic. setMessageConsumer(java.util.function.Consumer<ClusterTopicMessage> messageConsumer)