Uses of Class
org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties.Gossip
Packages that use DistributedCommandBusProperties.JGroupsProperties.Gossip
-
Uses of DistributedCommandBusProperties.JGroupsProperties.Gossip in org.axonframework.extension.springboot
Methods in org.axonframework.extension.springboot that return DistributedCommandBusProperties.JGroupsProperties.GossipModifier and TypeMethodDescriptionDistributedCommandBusProperties.JGroupsProperties.getGossip()Returns theDistributedCommandBusProperties.JGroupsProperties.Gossipconfiguration in case the Gossip protocol is configured for JGroups (default).Methods in org.axonframework.extension.springboot with parameters of type DistributedCommandBusProperties.JGroupsProperties.GossipModifier and TypeMethodDescriptionvoidDistributedCommandBusProperties.JGroupsProperties.setGossip(DistributedCommandBusProperties.JGroupsProperties.Gossip gossip) Sets theDistributedCommandBusProperties.JGroupsProperties.Gossipconfiguration in case the Gossip protocol is configured for JGroups (default).