Uses of Class
org.axonframework.extension.springboot.DistributedCommandBusProperties.JGroupsProperties
Packages that use DistributedCommandBusProperties.JGroupsProperties
-
Uses of DistributedCommandBusProperties.JGroupsProperties in org.axonframework.extension.springboot
Methods in org.axonframework.extension.springboot that return DistributedCommandBusProperties.JGroupsPropertiesModifier and TypeMethodDescriptionDistributedCommandBusProperties.getJgroups()Returns the JGroups configuration to use (if JGroups is on the classpath).Methods in org.axonframework.extension.springboot with parameters of type DistributedCommandBusProperties.JGroupsPropertiesModifier and TypeMethodDescriptionvoidDistributedCommandBusProperties.setJgroups(DistributedCommandBusProperties.JGroupsProperties jgroups) Sets the JGroups configuration to use (if JGroups is on the classpath).