Package | Description |
---|---|
org.axonframework.axonserver.connector |
Modifier and Type | Method and Description |
---|---|
TopologyChange.HandlerSubscription |
TopologyChange.handler()
Returns the
HandlerSubscription for which a TopologyChange occurred. |
Constructor and Description |
---|
TopologyChange(TopologyChange.Type type,
String context,
String clientId,
String clientStreamId,
String componentName,
TopologyChange.HandlerSubscription handlerSubscription)
Constructs a
TopologyChange based on the give type , context , clientId ,
clientStreamId , componentName , and handler . |
Copyright © 2010–2025. All rights reserved.