org.apache.activemq.transport.discovery
Interface DiscoveryListener
- All Known Implementing Classes:
- DiscoveryTransport
public interface DiscoveryListener
A listener of services being added or removed from a network
DISCOVERED_OPTION_PREFIX
static final String DISCOVERED_OPTION_PREFIX
- See Also:
- Constant Field Values
onServiceAdd
void onServiceAdd(DiscoveryEvent event)
onServiceRemove
void onServiceRemove(DiscoveryEvent event)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.