Uses of Class
io.axoniq.framework.axonserver.connector.configuration.TopologyChange.HandlerSubscription
Packages that use TopologyChange.HandlerSubscription
Package
Description
Root package for the Axon Server Connector.
-
Uses of TopologyChange.HandlerSubscription in io.axoniq.framework.axonserver.connector.configuration
Methods in io.axoniq.framework.axonserver.connector.configuration that return TopologyChange.HandlerSubscriptionModifier and TypeMethodDescriptionTopologyChange.handler()Returns theHandlerSubscriptionfor which aTopologyChangeoccurred.Constructors in io.axoniq.framework.axonserver.connector.configuration with parameters of type TopologyChange.HandlerSubscriptionModifierConstructorDescriptionTopologyChange(TopologyChange.Type type, String context, String clientId, String clientStreamId, String componentName, TopologyChange.HandlerSubscription handlerSubscription) Constructs aTopologyChangebased on the givetype,context,clientId,clientStreamId,componentName, andhandler.