public abstract class GlobalAddressFactory<T extends Address> extends Object
| Constructor and Description |
|---|
GlobalAddressFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
create() |
void |
registerGlobalAddressReady(TransportReadyListener listener) |
abstract boolean |
supportsTransport(Optional<String> transport) |
public abstract T create()
public abstract boolean supportsTransport(Optional<String> transport)
transport - the transport, for which the support request is triggeredpublic void registerGlobalAddressReady(TransportReadyListener listener)
listener - is notified when the global address is ready. The default
implementation assumes that the address is ready immediately. Override for
Address types that must be discovered etc.Copyright © 2021. All rights reserved.