corda / net.corda.node.services.network / InMemoryNetworkMapCache / deregisterForUpdates

deregisterForUpdates

open fun deregisterForUpdates(net: MessagingService, service: NodeInfo): ListenableFuture<Unit>

Overrides NetworkMapCache.deregisterForUpdates

Unsubscribes from updates from the given map service.

Parameters

service - the network map service to listen to updates from.