Package ai.wanaku.core.exchange
Interface RegisterAware
- All Known Subinterfaces:
InvocationDelegate,ResourceAcquirerDelegate
public interface RegisterAware
Defines services that can be registered with the router
-
Method Summary
Modifier and TypeMethodDescriptionvoidderegister(String host, String service, int port) Deregister a service with the routervoidregister()Register a service with the router
-
Method Details
-
register
void register()Register a service with the router -
deregister
Deregister a service with the router- Parameters:
host- the router hostservice- the service to deregister
-